Need help on URL extractor
Posted: Mon Jul 25, 2011 11:42 am
I want to run locally a URL extractor, like this:
http://www.web-max.ca/PHP/misc_23.php
http://www.web-max.ca/PHP/misc_23.php
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Could you provide me a example file.php that has the input textbox and the submit button? I don't know how to code.McInfo wrote:Define $url and remove the ampersand (&) on line 7. If $url is supposed to come from user input, use $_GET['url'] or $_POST['url'].