Re: [PHP] My error in Jabbo
Please read the errors.
The resource you pass to the fetch function is not valid. Also you try to send a header while a header is already send...
We can't help you if you don't give us the (relevant) code...
Re: [PHP] My error in Jabbo
The header relocation error is due to the SQL error messages. Get rid of those and that one will disapear as well.
As for those errors: either your mysql server is down and the script couldn't connect, or your query failed. It is impossible to tell without knowing more of your code really.
Re: [PHP] My error in Jabbo
yup just follow rwhat the messages tell you...it looks like you aint set up MySql properly.
Re: [PHP] My error in Jabbo
You can add mysql_error() to check for the query error(s).