Re: [PHP] IF $_GET as startpage.
Quote:
Originally Posted by
Illusion
Ok, thanks allot both of you!
Since you're l33t in php i have on more question; i've seen ppl having 404's. like if you go to hazzan.110mb.com/index.php?action=some_page_that_doesn't_exist a 404 shows up.
Maybe you know how to make that to? :)
try to consider .htaccess error page rewrites.
Re: [PHP] IF $_GET as startpage.
Useless, as index.php?something=something won't ever(when $_GET is assigned just to echoing something on same page) provide any error.. Are you even reading the thread before posting?