PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I need helps in here. I got a webpage which requires login. I use curl to build the http authentication request. It works, but i am not able to grab all the content from my links. I miss all the images. Any tips, i can grab all the images as well.
To do this you would have to build your own browser of sorts in PHP using curl. Once you get the HTML you would need to parse it for image links, stylesheet links, js links, etc... and then use curl to fetch those.
I would recommend installing wget and exec() it from PHP.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.