Skip to content

Instantly share code, notes, and snippets.

View bhaveshpp's full-sized avatar
🎓
Learning

Bhavesh Prajapati bhaveshpp

🎓
Learning
View GitHub Profile
@bhaveshpp
bhaveshpp / generate.php
Created May 27, 2021 16:55
Generate and Download CSV from CSV Contain additional attribute column
<?php define("URL", "generate.php");?>
<!DOCTYPE html>
<html>
<head>
<title>Upload your files</title>
</head>
<body>
<form enctype="multipart/form-data" action="<?= URL?>" method="POST">
<p>Upload csv file</p>
<input type="file" name="csv"></input>
@bhaveshpp
bhaveshpp / cnf.txt
Created May 23, 2021 17:16
Sync live site with dev
[client]
user=devmagento@dev.site.com
password=password123
@bhaveshpp
bhaveshpp / php
Created May 22, 2021 17:13
Aheadworks\RewardPoints Adding transaction using root script
<!DOCTYPE html>
<html>
<head>
<title>Upload your files</title>
</head>
<body>
<form enctype="multipart/form-data" action="transaction.php" method="POST">
<p>Upload csv file</p>
<input type="file" name="csv"></input>
<input type="submit" value="Upload"></input>