I am working on updating a chat room.
It is a PHP chat that uses MySQL. So far I have everything loaded and the changes made, but I am getting an SQL error. Can anyone help me with this?
The error message I am receiving is...
database error: invalid sql: SELECT * FROM chatrooms ORDER BY name
mysql error: 1146 (Table 'chat2.chatrooms' doesn't exist)
session halted.
Thanks,
Kim Huff
kim@huffamily.com
It is a PHP chat that uses MySQL. So far I have everything loaded and the changes made, but I am getting an SQL error. Can anyone help me with this?
The error message I am receiving is...
database error: invalid sql: SELECT * FROM chatrooms ORDER BY name
mysql error: 1146 (Table 'chat2.chatrooms' doesn't exist)
session halted.
Thanks,
Kim Huff
kim@huffamily.com