[PHP-DB] amp;

2005-08-27 Thread Shay
Hi, I'm having trouble getting amp; to work properly. I start with a URL that has just tags. I use str_replace to replace the with amp;. Now this works with URLs that I print as hyperlinks, but the amp; does not print if I print the URL as a normal string. If I view the page source the amp;

[PHP-DB] amp; and sessions

2004-11-29 Thread Bobo Wieland
how can i force the SID variable in urls not to be SID=, but amp;SID ? _ bobo wieland [EMAIL PROTECTED] __ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] amp; and sessions

2004-11-29 Thread Bobo Wieland
PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, November 29, 2004 9:51 PM Subject: RE: [PHP-DB] amp; and sessions you can't, not allowed read here http://www.faqs.org/rfcs/rfc1738.html bastien From: Bobo Wieland [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] amp

Re: [PHP-DB] amp; and SID

2004-11-29 Thread Micah Stevens
http://www.php.net/htmlentities On Monday 29 November 2004 01:03 pm, Bobo Wieland wrote: how can i force the SID variable in urls not to be SID=, but amp;SID ? _bobo wieland _ [EMAIL PROTECTED] _ winamp various artists | green velvet - the stalker (i'm losing my mind) -- PHP Database

RE: [PHP-DB] amp; and sessions

2004-11-29 Thread Norland, Martin
Children's Research Hospital. -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 3:31 PM To: Bastien Koert; [EMAIL PROTECTED] Subject: Re: [PHP-DB] amp; and sessions well... in xhtml you HAVE to write amp; in urls... if I can't do that whats

RE: [PHP-DB] amp; and sessions

2004-11-29 Thread Bastien Koert
you can't, not allowed read here http://www.faqs.org/rfcs/rfc1738.html bastien From: Bobo Wieland [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] amp; and sessions Date: Mon, 29 Nov 2004 20:44:43 +0100 how can i force the SID variable in urls not to be SID=, but amp;SID ? _ bobo wieland

Re: [PHP-DB] amp; and sessions

2004-11-29 Thread Bobo Wieland
for your help! _bobo wieland _ [EMAIL PROTECTED] _ winamp the prodigy | weather experience (top buzz remix) - Original Message - From: Norland, Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 29, 2004 10:49 PM Subject: RE: [PHP-DB] amp; and sessions Section 3.3

Re: [PHP-DB] amp; and sessions

2004-11-29 Thread Micah Stevens
Message - From: Norland, Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 29, 2004 10:49 PM Subject: RE: [PHP-DB] amp; and sessions Section 3.3 of that rfc indicates that ; is reserved in URLs - so I'm guessing there's another solution. Obviously you can wrap all your