Re: [PHP-DB] PHP problem

2002-02-26 Thread Joffrey van Wageningen

- Original Message - 
From: Bartek Pawlik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 26, 2002 11:11 AM
Subject: [PHP-DB] PHP problem 

 Sorry to be a little bit off topic
 i have code that generates:
 OPTION LABEL=1LONG TEXT 1

use:
option value=1long text 1/option

mvgr,
Joffrey van Wageningen

--
.-[ Joffrey van Wageningen | WoLFjuh | [EMAIL PROTECTED] ]--
| Networking Event 2000 - www.ne2000.nl - IRCnet:#ne2000, Undernet:#clue
| PGP:1024D/C6BA5863 - 3B93 52D3 CB91 9CB7 C50D FA79 865F 628A C6BA 5863
| * We demand guaranteed rigidly defined areas of doubt and uncertainty.
|   -- Douglas Adams


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




Re: [PHP-DB] UPDATE query to add to a field

2002-01-28 Thread Joffrey van Wageningen

 SET prod_desc = prod_desc + more info to tack on to end
 
 but this is a mathematical function which returns 0!

update table set field = concat(field, more info) where id = 1;

find the string functions in the mysql manual...

with kind regards,
Joffrey van Wageningen


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]