Re: [PHP-DB] How to stop the server timing out

2006-10-04 Thread OKi98
Hi, > Is there anything I can do, to get the page to run completely sure, contact the hosting company to prolong the maximum execution time on that script > or speed up how the page works maybe, but I dont see the source code > The page does a select from a table and inserts the data into ano

[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? loadTemplatefile("form2tpl.tpl", true, true); $template->setCurrentBlock("success"); $template->setVariable("AUTOR", $_REQUEST["autor_eb"]); $template->setVariable("STICHWORT", $_REQUEST["sti

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? loadTemplatefile("form2tpl.tpl", true, true); $template->setCurrentBlock("success"); $template->setVariable("AUTOR", $_REQUEST["autor_

[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 wi

RE: [PHP-DB] How to stop the server timing out

2006-10-04 Thread David Skyers
Hi, Thanks, the echos causes the page to responds after each insert, so the server no longer times out. David -Original Message- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: 04 October 2006 03:24 To: David Skyers; php-db@lists.php.net Subject: RE: [PHP-DB] How to stop the server

[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 Best regards, Joerg Kuehne

[PHP-DB] PHP - MySQL webhosting

2006-10-04 Thread Bradley Stahl
If anyone is interested in some VERY good webhosting that has support for PHP and MySQL, please take a look at the following link: http://www.sturdyhosting.com/idevaffiliate/idevaffiliate.php?id=100 They offer domain names for $8.95 and also webhositng solutions for as low as $2.95 per month.

Re: [PHP-DB] textarea value assignment

2006-10-04 Thread Brad Bonkoski
[EMAIL PROTECTED] wrote: Hello how I could assign a textarea with a variable value? Although I tried to achieve an allocation like a normal The code looks like following fragment. $problem_val = mysqlclean($_SESSION, "problem_eb", 500, $connection); cols="1" rows="1" name="problem_eb" val

[PHP-DB] PHP - MySQL webhosting

2006-10-04 Thread Bradley Stahl
If anyone is interested in some VERY good webhosting that has support for PHP and MySQL, please take a look at the following link: http://www.sturdyhosting.com/idevaffiliate/idevaffiliate.php?id=100 They offer domain names for $8.95 and also webhositng solutions for as low as $2.95 per month.

Re: [PHP-DB] textarea value assignment

2006-10-04 Thread Stut
Brad Bonkoski wrote: [EMAIL PROTECTED] wrote: Hello how I could assign a textarea with a variable value? Although I tried to achieve an allocation like a normal it does not work so I have no success with textarea. The code looks like following fragment. $problem_val = mysqlclean($_SESSION, "

[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 > > > The code looks like following fragment. > > > > $problem_val = mysqlclean($_SES

Re: [PHP-DB] textarea value assignment

2006-10-04 Thread Bradley Stahl
If anyone is interested in some VERY good webhosting that has support for PHP and MySQL, please take a look at the following link: http://www.sturdyhosting.com/idevaffiliate/idevaffiliate.php?id=100 They offer domain names for $8.95 and also webhositng solutions for as low as $2.95 per month.

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

2006-10-04 Thread Bastien Koert
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 Bastien From: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] problem with header() Date: Wed, 4 Oct 2006 07:4

[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 he