Re: [PHP] Save page

2004-05-10 Thread Brandon Holtsclaw
ll text from the .html page in $contents and you can do a fwrite on it to a local file, echo it, str_rep etc etc etc Brandon Holtsclaw [EMAIL PROTECTED] - Original Message - From: "Mike Mapsnac" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 10, 2004

[PHP] Re: http header

2004-04-16 Thread Brandon Holtsclaw
or you could try something like : window.location.href='<a href="http://www.slashdot.org">http://www.slashdot.org</a>' and / or window.location.href='http://www.slashdot.org'"; ?> Brandon Holtsclaw [EMAIL PROTECTED] -- PHP General Mailin