Database problem with php coding

Status
Not open for further replies.

reeze15

Registered Member
Joined
Oct 25, 2012
Messages
58
Reaction score
2
HI there,

I have an order system that used by my staff to record all the orders and sales.
Right now its having a problem.
Sorry I dont know whats the real problem.
It might be on the database.

"Warning: mysql_numrows() expects parameter 1 to be resource, boolean given in /home/tempah/public_html/"
"Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home"

If you think you can fix this, please name me your price by pm me now.

TQ
Reeze
 
I can probably fix that. Second error would go away automatically after fixing the first one since its a header already sent warning.

Get to me on skype. I need to go through the codes to fix it up. My skype id is repulsorbhw
 
For the first error, that means that there is an error in your query. At the end of your mysql connection add or die(mysql_error());. Add that after the query also.
 
Easy fix. Hit me up on Skype: i_m_mrblue.

Cheers!
 
Thanks guys. This problem solved. tqsm =)
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top