Change the second "?" with "&".  The ampersand is used to delimit multiple
URI values.  Use the ampersand to append any additional name/value pairs as
well.

<a href="bug_detail_user.php?id=$id&reporter_id=$reporter_id">

--
Aaron Gould
[EMAIL PROTECTED]
Web Developer


----- Original Message -----
From: "Meltem Demirkus" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 13, 2002 8:57 AM
Subject: [PHP] a href...


> Hi,
> Iwant to send 2 variable by using a href like that:
>
> a href="bug_detail_user.php?id=$id?reporter_id=$reporter_id"
>
>
> isnt this possible because it is taking the data id  as
> $id?reporter_id=$reporter_id...
>
> can anyone tell me how I can manage this..
> thanks..
>
> meltem
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to