Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\mysql\manualcrawl.php on line 16
i know the cause of the error i just dont know how to fix it
im making a site crawler using file_get_contents(); then it scans for the urls and adds them to the database then i try to call the items that were stored and run the urls through file_get_contents(); using while but its not working :<
i know the cause of the error i just dont know how to fix it
im making a site crawler using file_get_contents(); then it scans for the urls and adds them to the database then i try to call the items that were stored and run the urls through file_get_contents(); using while but its not working :<
Comment