Are you looking for the stuff to insert bulk data into MySQL table? Go for “LOAD DATA INFILE” MySQL concept. This is the best way I am witness of. You might need to use this concept in 2 ways. 1) Bulk Insert Functionality in PHP Application 2) Import bulk records…
Why PHP Framework over CorePHP?
Don’t need to reinvent the wheel again and again. This article is about explaining why you should insist your vendor or client to go with some inbuilt framework rather to go with Core PHP. I will explain it via one real time example: Science Calculator Now assume, you have one…