?something
Moderator: General Moderators
?something
See... I have index.php, page1.php and page2.php.. How do you make it so it'll always be blah.com/index.php but to show page1.php, it'll be like blah.com/index.php?=page1 or something like that. I forgot. Wasn't into PHP when i read on it, so someone refresh my memory please.
Guess you should use something with
Code: Select all
$url = '/bla.com/index.php?' .join('&', $page);For more tips about this, you might want to look at: viewtopic.php?t=16324