thickandthin
11-18-2003, 03:59 AM
can there be index.php?page=something.php?row=10 ? If so then why doesnt this work
http://www.sa-source.com/index.php?page=wishlist/readbook.php?row=10
thickandthin
11-18-2003, 04:35 AM
ok i found out, that & comes after ? but what comes after that?
Funkel
11-18-2003, 05:36 AM
http://www.sa-source.com/index.php?page=wishlist/readbook.php&row=10
?
http://www.domain.com/whateverpage.php
?blah=2
&foo=4
&bar=1
&so_forth=3
&so_on=2
just broke it down so it shows up in the forum.
? is the first part and the & is used for any following ones.
Acecool
11-18-2003, 11:14 AM
page?var=1;vartwo=whatever;blah=hah
or
page?var=1&vartwo=whatever&blah=hah
You can use & or ;