[PHP-DB] Re: Maximum execution time of 30 seconds exceeded

2003-08-15 Thread Stephane
http://ca2.php.net/manual/fr/function.set-time-limit.php thats it... Stephane Tessier - dev team leader Above Security "Michael Cortes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I am using the Konqueror browser and browing to http://

[PHP-DB] Re: PostgreSQL connection

2003-08-15 Thread Stephane
take a look at your postgresql.conf config optimize request and test your requests "Joe Nilson Zegarra Galvez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, i have a question, i have a php file with all my class to > connect into a postgresql db and i'm using the pg_conne

Re: [PHP-DB] dump data, and save as a file

2003-02-14 Thread Stephane
quot; the data after "header()", I have >the same result. I have spent a long time on this, and searched for information on >www.php.net, but can not find an answer. Your help is highly appreciated. > > Thanks in advance. > > Ruth -- Stephane <[EMAIL PROTECTED]> -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PHP linux interbase Apache

2001-09-07 Thread Stephane MOREL
Thank you very much everything work fine now steph Meir Kriheli a écrit : > On Thursday 06 September 2001 18:47, Stephane MOREL wrote: > > Thank you for your answer > > Interbase is installed in /opt/interbase. I don't use --with-apxs. > > What I need now is to eanb

Re: [PHP-DB] PHP linux interbase Apache

2001-09-06 Thread Stephane MOREL
27;m wrong Thank you for your help steph Paul Cooper a écrit : > On Thu, Sep 06, 2001 at 03:38:18PM +0100, Stephane MOREL wrote: > > Thank you for your answer > > after a glance on the net I have found I need interbase.so. This is not present > > on my disk do you how can I re

Re: [PHP-DB] PHP linux interbase Apache

2001-09-06 Thread Stephane MOREL
Thank you for your answer after a glance on the net I have found I need interbase.so. This is not present on my disk do you how can I retrieve it steph Meir Kriheli a écrit : > On Thursday 06 September 2001 13:31, Stephane MOREL wrote: > > Hi all > > I'm new on PHP. I'v

[PHP-DB] PHP linux interbase Apache

2001-09-06 Thread Stephane MOREL
Hi all I'm new on PHP. I've installed PHP interbase Apache correctly. But I would like to connect Interbase database through PHP. So I enable interbase support for php by doing this : ./configure --with-interbase --with-apache --enabled-track-vars make make install Evreything works fine When I do

Re: [PHP-DB] Connect to MySQL through Proxy?

2001-08-03 Thread Stephane Felix
Or write a mysql-http pipe... that shouldn't be very hard write a php script that would echo all data on the source side, and a php script that would fopen the url of the source server, and put everything into the database. Stéphane -- PHP Database Mailing List (http://www.php.net/) T