|
In regards to your SQL/DB error.
You have to have MySQL installed before you can retrieve data from the database. You also must create a connection to the DBMS. If you have both your DBMS installed and a connection on the page double and triple check the syntax of your SQL, you may have a typo.
Your second error is in regards to headers which have to be the first information sent back to the browser. You can't modify them there.
Hope this helps
|