[snip] Iwant to send 2 variable by using a href like that: a href="bug_detail_user.php?id=$id?reporter_id=$reporter_id" [/snip]
a href="bug_detail_user.php?id=$id&reporter_id=$reporter_id" change the second (and subsequent) question marks to ampersands, which in effect says id = $id AND reporter = $reporter HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php