|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-08-29 23:11 UTC] tularis@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 21:00:01 2025 UTC |
Description: ------------ after connecting to my database using mysql_connect() and then select the database mysql_select_db("database_name"); mySql_query($qry); ($qry= "INSERT INTO $table...) returns: database_name.$table doesn't exist. but the table exist in the database. in the database i have 20 tables, it doesn't work on 4 of them and for the other it works properly. please if anyone can help me thankyou. PHP version 5.1.2, windows XP, wamp5 server. Actual result: -------------- query failed: database_name.table doesn't exist