Forum Moderators: coopster

Message Too Old, No Replies

how to capture URL in PHP (Newbie)

how to capture URL in PHP (Newbie)

         

chatrath

3:51 pm on Feb 18, 2005 (gmt 0)

10+ Year Member



hi,

i am not able to capture in PHP, please help, just started learning PHP,

i want to know how to capture the same URL.

thanks

mincklerstraat

4:49 pm on Feb 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not exactly sure what you're meaning by 'capture a url' here - you mean something like:
$capturedhtml = file_get_contents('http://www.example.com'); 
echo htmlspecialchars($capturedhtml);

?