Current Page: 1 of 1
Results 1 - 3 of 3
4 years ago
dslider0401
I have a page (input.php) that will allow a user to upload a CSV file. This file has 5 columns (SKU, Product, Quantity, Retail Price, and Total Retail Price). The CSV upload will only have the SKU number and Quantity filled in. When the user hit upload the (import.php) page is suppose to go to the site and pull the product up by searching the SKU number and pulling the price and product (bran
Forum: WampServer English
4 years ago
dslider0401
After some more troubleshooting, CURL works but doesnt seem to work on the site I need it too.... below is some example code <?php $ch = curl_init("; $fp = fopen("homeDepot_homepage.txt", "w" curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_exec($ch); if(curl_error($ch)) { fwrite($fp, curl_error($ch)); } curl_close(
Forum: WampServer English
4 years ago
dslider0401
I am new to WAMP. I installed the latest version after I installed all the prerequisites. I do not have SKYPE installed. I have PHP code, where I upload a file with a products SKU#, its reads the CSV, and then searches a site for a product title and price.Once its done it exports a CSV with the product title and price and SKU#. I have seen this code work, but cant get it to function on my ins
Forum: WampServer English
Current Page: 1 of 1