Re: [PHP] 404 Redirection

2002-01-15 Thread FiShcAkE
Thanks Mike, I think that is what I want to do, i'll give it a go Thanks Lee :-) Mike Cullerton [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... on 1/13/02 6:07 AM, FiShcAkE at [EMAIL PROTECTED] wrote: Try that again, without pressing ctrl-enter this time!!

Re: [PHP] 404 Redirection

2002-01-13 Thread mike cullerton
on 1/13/02 6:07 AM, FiShcAkE at [EMAIL PROTECTED] wrote: Try that again, without pressing ctrl-enter this time!! As I said, I have got the usual script: ? if(isset($action)) { $include = $action; } else { $include = home; } include($include. .inc); ? but, how do I put in a