[PHP-DB] problem with header()

2006-10-04 Thread j . kuehne
Hi I can not submit any header() information in the following context. What is wrong within the code? ?php require_once includes/db.inc; require_once HTML/Template/ITX.php; if (!($connection = @ mysql_connect($hostname, $username, $password))) die(Could not connect to database);

Re: [PHP-DB] problem with header()

2006-10-04 Thread Dimiter Ivanov
On 10/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I can not submit any header() information in the following context. What is wrong within the code? ?php require_once includes/db.inc; require_once HTML/Template/ITX.php; if (!($connection = @ mysql_connect($hostname, $username,

[PHP-DB] problem with header()

2006-10-04 Thread j . kuehne
Hello thanks for your helping. But several things I already have checked. How I could force my code to make header() call effective. On 10/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I can not submit any header() information in the following context. What is wrong within the

[PHP-DB] problem with header()

2006-10-04 Thread j . kuehne
Good morning Bastien mosts likely you have html output in the page somewhere, perhaps in the includes or it could be a blank space in one of the files that is above and outside the php tags many thanks, there was a prior header() call in one of my include files which prevent the second