Question
Passing multiple ID's in URL variable
How can I show results from a mysql database from selected
ID's using URL variables?
Showing results from one ID works fine:
mypage.php?id=1
But,
My table has 10 rows and I want to show 3 of those rows:
mypage.php?id=1&id=3&id-4
Thanks for a point in the right direction.
Showing results from one ID works fine:
mypage.php?id=1
But,
My table has 10 rows and I want to show 3 of those rows:
mypage.php?id=1&id=3&id-4
Thanks for a point in the right direction.
