Jump to content

mysql query problem


affordit

Recommended Posts

don't forget to close the curly bracket after the header line :

 

if ($query){
header("location:index.php");
}

 

Bare in mind make  sure you have no output prior to this or you will get an output already sent error.

 

Click this to understand header errors:

 

http://www.phpfreaks.com/forums/index.php/topic,37442.0.html

Link to comment
https://forums.phpfreaks.com/topic/171563-mysql-query-problem/#findComment-904779
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.