RE: [PHP] alter table name with php and mysql

2001-04-26 Thread Maxim Maletsky
w the results up) Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Augusto Cesar Castoldi [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 6:19 AM To: [EMAIL PROTECTED] Subject: [PHP]

Re: [PHP] alter table name with php and mysql

2001-04-26 Thread Andreas D. Landmark
At 26.04.2001 22:38, you wrote: >Hi, >check you've got a D/B connection, then use this, with the appropriate names >in the variables, or use the explicit table names if you wish. If an error >spews up, most likely the table name your trying to rename it to already >exists. Or the table you're tr

Re: [PHP] alter table name with php and mysql

2001-04-26 Thread Kevin A Williams
le_name TO $new_table_name "; $result = @mysql_query($sql,$connection) or die("New table name already exists"); Regards Kevin Williams - Original Message - From: "Augusto Cesar Castoldi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 10

[PHP] alter table name with php and mysql

2001-04-26 Thread Augusto Cesar Castoldi
How can I alter a table name in mysql with php? thanks, Augusto cesar Castoldi -- PHP General 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]