[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);

[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] textarea value assignment

2006-10-04 Thread j . kuehne
Hello how I could assign a textarea with a variable value? Although I tried to achieve an allocation like a normal input, but it does not work so I have no success with textarea. The code looks like following fragment. $problem_val = mysqlclean($_SESSION, problem_eb, 500, $connection);

[PHP-DB] textarea value assignment

2006-10-04 Thread j . kuehne
Hi I will try it. Many thanks in any case. [EMAIL PROTECTED] wrote: Hello how I could assign a textarea with a variable value? Although I tried to achieve an allocation like a normal input, but it does not work so I have no success with textarea. The code looks like

[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