Re: what is wrong with php?

2002-06-16 Thread Julie Meloni
the PHP mailing lists are full of folks to help. http://www.php.net/mailing-lists.php - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yourself MySQL in 24 Hours" at http://www.amazon.com/ex

Re[2]: use of substring()

2002-06-13 Thread Julie Meloni
NW> Ooops, reserved word! Works great ;-) NW> Any way to add something to it like "" or should I do that in my NW> php? concat() is your friend! - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yourself MySQL in 2

Re[2]: use of substring()

2002-06-13 Thread Julie Meloni
>> SELECT datefield, SUBSTRING(textfield, 1, 30) as description FROM >> tablename WHERE id = 2; single quotes around textfield... - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yourself MySQL in 24 Hours" at http://

Re: use of substring()

2002-06-13 Thread Julie Meloni
ion FROM table WHERE id = NW> '2'; Start with position 1. SELECT datefield, SUBSTRING(textfield, 1, 30) as description FROM tablename WHERE id = 2; - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yo

which parameter to tune?

2002-05-07 Thread Julie Meloni
where that I haven't yet found. Thanks much! - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yourself MySQL in 24 Hours" at http://www.amazon.com/exec/obidos/AS

Re: undefined function: mysql_connect()

2002-04-24 Thread Julie Meloni
y manual at http://www.php.net/manual/ - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yourself MySQL in 24 Hours" at http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20 -