|
Small PHP Question
Hey, i use a PHP navigation for my web site... the navigation uses ?x=page
and to swap it uses the function of checking to see if ?x= something and it swaps the page that is after the ?x=
So ?x=here
would bring in the content from the page here.php
I was wandering that if you could have a function going like:
if $x = "http://*" { include 'homepage' }
would this work?
|