RE: [PHP-DB] Long running db queries and the STOP button

2005-10-28 Thread Thomas.Seiler
Hi Jochem, Thanks for replying I just had the idea (never tried it myself) that you could possibly fork the request process and let the child process perform the query It makes perfectly sense to us, but it seems it is only possible to fork (pcntl_fork) with php running as CGI :( From

Re: [PHP-DB] Long running db queries and the STOP button

2005-10-28 Thread Jochem Maas
[EMAIL PROTECTED] wrote: Hi Jochem, Thanks for replying I just had the idea (never tried it myself) that you could possibly fork the request process and let the child process perform the query It makes perfectly sense to us, but it seems it is only possible to fork (pcntl_fork) with php

[PHP-DB] pg_connection_busy for mysql ?

2005-10-28 Thread Thomas.Seiler
Hello List, Does anybody know of a way to check if a query that was sent to mysql has completed? The PostgreSQL API has a pg_connection_busy function. I search something like this for mysql... Any pointers welcome. Cheers, Thomas

RE: [PHP-DB] Long running db queries and the STOP button

2005-10-28 Thread Thomas.Seiler
Hi Jochem, if you are using apache then virtual() might offer a solution? (just guessing) Cool, I didn't know of that one. But it seems that is just calls back into apache, i.e. it doesn't generate a second independent thread. This would have been too good to be true :) We have since found a

[PHP-DB] text with html tags apeared in text area.

2005-10-28 Thread Mohamed Yusuf
hi I have php form. one of my textarea gets data with html tags from database, so I would like to remove those html tags like br /, therefore is there anyway that i can remove those tags in the data and then the data can appear as text in the textarea.

Re: [PHP-DB] text with html tags apeared in text area.

2005-10-28 Thread Miles Thompson
At 07:03 PM 10/28/2005, Mohamed Yusuf wrote: hi I have php form. one of my textarea gets data with html tags from database, so I would like to remove those html tags like br /, therefore is there anyway that i can remove those tags in the data and then the data can appear as text in the

[PHP-DB] My $_SESSION['''] variables are expiring!

2005-10-28 Thread Ron Piggott
My $_SESSION['variable'] 's are expiring. How do I find what my web site hosting company has their length set to so I may have them adjusted? They just expired while I was actively using the associated scripts. Once the web site hosting computer lost track of the user session number generated