--- 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 two things:

1. A link
2. The link itself

One works and one doesn't.

As a complete guess, look into URL encoding. I bet you are
trying to use a space in a URL.

Chris

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

Reply via email to