Re: [PHP] serialized respresentations of variables

2001-01-12 Thread Hsieh, Wen-Yang
- Original Message - From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]> To: "TR Henigson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 11:42 AM Subject: Re: [PHP] serialized respresentations of variables > On Thu, 11 Jan 2001, TR Henigson wrote: > > > I c

Re: [PHP] MYSQL start an auto_increment at a certain number

2001-01-11 Thread Hsieh, Wen-Yang
CREATE TABLE tbl_name ( id_number int unsigned auto_increment not null primary key ... ) AUTO_INCREMENT = 5000; - Original Message - From: "Jared Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 7:35 PM Subject: [PHP] MYSQL start an auto_increment at a

Re: [PHP] Whats wrong with the following code?

2001-01-11 Thread Hsieh, Wen-Yang
- Original Message - From: "Web master" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 2:36 PM Subject: [PHP] Whats wrong with the following code? > Hello, > > Could any tell me whats wrong with the following code? Even though I > have more than 10 table

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Hsieh, Wen-Yang
Click Here"; } $script = 'asdfasdf.php3'; $paramname = 'name'; testPassVar($script,$paramname); ?> - Original Message - From: "Abe" <[EMAIL PROTECTED]> To: "DanO" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 1:59 PM Subject: Re: [PHP] Function -> Sending URL'

Re: [PHP] Connect with user and pwd from PHP to MySql !!!

2001-01-11 Thread Hsieh, Wen-Yang
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#GRA NT - Original Message - From: "Yoeri De Bruyn" <[EMAIL PROTECTED]> To: "phpGeneralList (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 1:24 AM Subject: [PHP] Connect with user and pwd from PHP to

Re: [PHP] PHP newbie question

2001-01-10 Thread Hsieh, Wen-Yang
- Original Message - From: "Neil Zanella" <[EMAIL PROTECTED]> To: "Hsieh, Wen-Yang" <[EMAIL PROTECTED]> Cc: "PHP General Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 1:11 PM Subject: Re: [PHP] PHP newbie question

Re: [PHP] PHP newbie question

2001-01-10 Thread Hsieh, Wen-Yang
- Original Message - From: "Neil Zanella" <[EMAIL PROTECTED]> To: "PHP General Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 11:58 AM Subject: Re: [PHP] PHP newbie question > > > > "" is false. >produces no output. > > Please let me know if for so

Re: [PHP] Checking whether a MySQL table exists

2001-01-10 Thread Hsieh, Wen-Yang
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#SHO W 7.28 SHOW Syntax (Get Information About Tables, Columns,...) SHOW DATABASES [LIKE wild] or SHOW [OPEN] TABLES [FROM db_name] [LIKE wild] - Original Message - From: <[EMAIL PROTECTED]> To: "Sander Pil