The biggest blunder I ever made with PHP
I was writing a php code to parse images from a particular url . At the begining I used http://www.google.com as a testing url. When I tested the php code from my local machine (http://localhost) it took time to get data from a remote url (google.com) . So I decided to check this code with [...]
