Jump to content

PHP, MySQL Error


Recommended Posts


I had a similar issue in my phpBB forum site when I added a page, I included a file that had already sent the headers, which is what I think the faq_variables code might be doing...... I am no expert in PHP only having learned how to code in it this year.....

What is in the faq_variables code??

It is not a MySQL error........

Link to comment
Share on other sites

This often happens when you try to start a session, send a cookie, or use header function. This is because all of these modify / change the headers of the page, and they cant be done if they are already set. Sessions are automatically sent when you send anything to the page. Post the code to faq_admin.php because the error is in there

Edited by eXPerience-XP
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...