Use $amp; if you need to validate xhtml
> -Original Message-
> From: Will Steffen [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 13, 2002 9:00 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] a href...
>
>
> Use &
>
> a href="
Demirkus [mailto:[EMAIL PROTECTED]]
> Sent: 13 September 2002 02:57 PM
> To: [EMAIL PROTECTED]
> 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"
>
>
t; <[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
[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 report
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 Lis
Hi folks!
Im running this forum for Flash users and I have created it in Flash. Now,
I've got this little problem... If a users writes a URL like
http://www.test.com, the url becomes clickable thanks to the code below.
$text = str_replace("<", "<", $text);
$text = str_replace(">", ">", $text);
$
6 matches
Mail list logo