• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help php issue

CesarZ

Well-Known Member
Joined
Sep 20, 2012
Messages
272
Solutions
4
Reaction score
66
how can i add two ids in browser?
example:
localhost/chart.php?id=1?page=1

the $_GET['id'] works fine, but is not picking up the page id when i call for $_GET["page"]

Thanks!
Post automatically merged:

Solved. after searching i had to add & = and between

localhost/char.php?id=1&page=1
 
Last edited:

Similar threads

Back
Top