Page 1 of 1

?something

Posted: Tue Jan 27, 2004 11:18 pm
by pac604
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.

Posted: Wed Jan 28, 2004 11:04 am
by ol4pr0
Guess you should use something with

Code: Select all

$url = '/bla.com/index.php?' .join('&', $page);

Posted: Wed Jan 28, 2004 2:12 pm
by JAM
For more tips about this, you might want to look at: viewtopic.php?t=16324