RE: [PHPLIB] $db->f("TITLE") From: Graeme Merrall (gmerrall <email protected>)
Date: 01/10/00

> This function is giving me a little trouble. It only returns the
> data up to
> the first space. I use $db->p() all the time and never have this problem.
Can you give an example of where you're using it? A common error people
sometimes run into is that they put something to the QUERY STRING and forget
to urlecode it which can cause problems as I recall.
Another problem is using db field with spaces in form fields:
<input type=text name=name value=$variable>
will only show to the first space but
<input type=text value="$variable"> with quotes around variable will work
fine.

I know it's a basic thing but I know it has slipped people up in the past.

Cheers,
 Graeme

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.