RE: [PHP] a href...

2002-09-13 Thread Brian V Bonini
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="

RE: [PHP] a href...

2002-09-13 Thread Will Steffen
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" > >

Re: [PHP] a href...

2002-09-13 Thread Aaron Gould
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

RE: [PHP] a href...

2002-09-13 Thread Jay Blanchard
[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

[PHP] a href...

2002-09-13 Thread Meltem Demirkus
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

[PHP] a href problem

2002-03-29 Thread Anders Henke
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); $