Sending XML messages--Database problem?
i have created a form in php that gets some data from the user.Then, as i press the btn "send",the form send 开发者_运维知识库xml messages to three other php files.this is the view when i press the send button.
i think there i a problem with my database!Please help(i m using xampp and i have uploaded my database in xampp!thanks)
First, as Colin Fine said, it cannot find XMLs/orders/1292595112.xml.
Second, connection to MySQL database failed, because you proviede wrong username, password or location.
The rest of errors are most possibly just a chain reaction to a failed db connection (instead of resource, mysql_connect() returned false and that caused errors saying 'expects parameter 2 to be resource, boolean given').
So first I'd look into database connection settings and then deal with the rest ...
It is telling you that it cannot find the file XMLs/orders/1292595112.xml
精彩评论