Re: [PHP] HTML embedding

2003-01-30 Thread Chris Shiflett
--- Todd Barr <[EMAIL PROTECTED]> wrote: > I am having an issue. I am using an access database, > where the names have whitespace. > > Now, when I try to generate a link within the php > script I get just their first name > > But in the link itself I get the whole name So, you are talking about

Re: [PHP] HTML embedding

2003-01-30 Thread Andrew Brampton
Try urlencode your data before outputing it. php.net/urlencode Andrew - Original Message - From: "Todd Barr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 10:11 PM Subject: [PHP] HTML embedding > Hello, > > I am having

[PHP] HTML embedding

2003-01-30 Thread Todd Barr
Hello, I am having an issue. I am using an access database, where the names have whitespace. Now, when I try to generate a link within the php script I get just their first name But in the link itself I get the whole name so the html link looks something like this http://www.whatever.com/dave