[PHP-DB] RE: auto_increment

2007-04-16 Thread Buesching, Logan J
One of two things comes to my mind: 1.) auto_increment *might* have to be AUTO_INCREMENT, as that is how the manual states it and *some* things in MySQL are case-sensitive (such as table names). 2.) Make sure you have satisfied the following (From the MySQL manual): -- You cannot reset the

[PHP-DB] RE: Problem with Opera 9.0

2007-04-11 Thread Buesching, Logan J
JavaScript issue? I would assume it is an issue with JavaScript, because PHP doesn't care what browser asks for data, unless your program is hanging somewhere on a browser-specific issue. -Logan -Original Message- From: Imran [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007

[PHP-DB] RE: Problem with Opera 9.0

2007-04-11 Thread Buesching, Logan J
- From: Imran [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 3:05 AM To: Buesching, Logan J; php-db@lists.php.net Subject: Re: Problem with Opera 9.0 Hi Mr.Logan, If i had a problem with Javascript it shouldn't have worked with Firefox right ? But it works fine with firefox. Anyway

RE: [PHP-DB] Geeky question

2007-04-08 Thread Buesching, Logan J
Wow, I guess PHP really _DOES_ have a function for everything -Original Message- From: Ron Piggott [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:01 PM To: Stephen Smith; PHP DB Subject: Re: [PHP-DB] Geeky question Found a PHP function ... thanks for the help. Ron

[PHP-DB] RE: Geeky question

2007-04-07 Thread Buesching, Logan J
I don't believe that there is a way to easily get the date of Easter in PHP. You can see how the date of Easter is calculated here: http://aa.usno.navy.mil/faq/docs/easter.html. -Logan -Original Message- From: Ron Piggott [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 8:43 PM

[PHP-DB] RE: Optimizing Tables

2007-04-01 Thread Buesching, Logan J
From the MySQL manual: --- OPTIMIZE TABLE should be used if you have deleted a large part of a table or if you have made many changes to a table with variable-length rows (tables that have VARCHAR, VARBINARY, BLOB, or TEXT columns). Deleted rows are maintained in a linked list and subsequent