Date: 01/10/00
- Next message: Bob Bowker: "[PHPLIB] Still no Solution - Turn On Caching for 1 page?"
- Previous message: garyb <email protected>: "[PHPLIB] Connection failure on OpenBSD - still no solution"
- In reply to: Graeme Merrall: "RE: [PHPLIB] $db->f("TITLE")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you for finding a way to enlighten me without calling me a dumb ass.
I had dropped the quotes. All the other form fields had'em. I think I need
a vacation.
Thanks again for the help.
Rex
-----Original Message-----
From: phplib-owner <email protected>
[mailto:phplib-owner <email protected>]On Behalf Of Graeme Merrall
Sent: Monday, January 10, 2000 3:57 PM
To: Rex Byrns; Phplib <email protected> Netuse. De (E-mail)
Subject: RE: [PHPLIB] $db->f("TITLE")
> 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.
-
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.
- Next message: Bob Bowker: "[PHPLIB] Still no Solution - Turn On Caching for 1 page?"
- Previous message: garyb <email protected>: "[PHPLIB] Connection failure on OpenBSD - still no solution"
- In reply to: Graeme Merrall: "RE: [PHPLIB] $db->f("TITLE")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

