hi,
long time I was using file.php?id=($id) and $_GET['id'] to send variable to next page. But now I need to send TWO variables... How I can do that?
Thanks.
hi,
long time I was using file.php?id=($id) and $_GET['id'] to send variable to next page. But now I need to send TWO variables... How I can do that?
Thanks.
Pretty sure it's that.PHP Code:file.php?id=($id)&id2=($id2)
$_GET['id'];
$_GET['id2'];
Thanks![]()
Bookmarks