Copy files from one folder to another using php

Posted by on Jun 28, 2014 in General, Php | No comments yet
Copy files from one folder to another using php

Inorder to copy files from one folder to another using php we can use the php’s inbuilt function called copy .Now we are creating an function in which we need only to specify the source directory and the destination directory …

Export MySQL data to csv using php

Posted by on Feb 21, 2014 in General | No comments yet
Export MySQL data to csv using php

A lot of clients requires to export the data from database to csv. So i decided to add an post related to this on export mysql data to csv using php Below is the code on how we can do …

Update products stock by code magento

Posted by on Jan 18, 2014 in General, Magento, Php | No comments yet

Sometimes when using EDI(Electronic data interchange) we need to update the product attributes in magento For example EDI846 which deals with product stock So how can we do this lets see First of all we need to process the edi …

PHP Tour Lyon calling for papers

Posted by on Jan 2, 2014 in General | No comments yet

The PHP Tour Lyon 2014, organized by AFUP, French PHP Users Association, will be held on June 23st and 24th. The PHP Tour event is a conference moving each year all around the country. Nantes in 2012, Lille in 2011… …

Load More