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
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
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
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… …
