[PHP] reseting cookie_lifetime

2001-11-21 Thread Justin England
I have: session.cookie_lifetime = 1200 in my php.ini. I am using the PHP session functions that are working fine, except I can't find out how to reset the lifetime timer. For example, I log in, my script creates the session, and I do my work. After 20 minutes of working, the session expires a

Re: [PHP] php- cgi

2001-11-21 Thread Michael Sims
At 03:54 PM 11/21/2001 +, Caspar Kennerdale wrote: >I have a script that when I execute via a browser retrieves information. > >Ultimately I want this automated. There has been mention on these lists >about compliling php as cgi, which I think may help I saw the following somewhere and saved

Re: [PHP] Re: Authentication Options: Was AddType x-httpd-php ...

2001-11-21 Thread Jeff Hill
Well, your the expert, so I'll look into this further, but do you have any statistics, or a guess, as to the load auto_prepending an entire site would add to a server? I've always been under the impression that adding PHP to every page will add significant load. I'm not familiar enough with sess

Re: [PHP] mail smtp class file

2001-11-21 Thread Michael P. Carel
thank you for that but we need a customized mailer system for our development and im just new with this type of system, i just want to make sure that i really understand the program flow of the mailer script .This is just a start and the sample script is very simple to understand for a n

Re: [PHP] Flash programming

2001-11-21 Thread John Monfort
I've seen several sites that did the opposite--use PHP in Flash. Try a search for 'php and flash'. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+__

[PHP] header("Location:...") much faster then http-equiv="refresh"? too fast?

2001-11-21 Thread Avi Schwartz
Hi, I have a strange problem. I have a page that displays a list of records. When the user clicks on the delete link by one of the records, a php script is taking care to delete that specific record and then redirects back to the record list. I use PEAR::DB with MySQL. When I use header("L

RE: [PHP] Installing PHP with windows

2001-11-21 Thread Nicolas Guilhot
You can also have a look to EasyPhp http://www.easyphp.org/ which installs Apache, PHP and MySQL on Windows box. -Message d'origine- De : Rob Bennion [mailto:[EMAIL PROTECTED]] Envoye : mercredi 21 novembre 2001 21:55 A : [EMAIL PROTECTED] Objet : [PHP] Installing PHP with windows Hi I

Re: [PHP] Re: Authentication Options: Was AddType x-httpd-php ...

2001-11-21 Thread Fred
I cannot quote any statistics for you, but I think I can answer your question anyway. When you use htaccess along with htpassword or authmysql, everytime a person requests a page in a protected dirtectory apache has to access the htaccess file, determine the type of authentication to use and then

[PHP] Re: header("Location:...") much faster then http-equiv="refresh"? too fast?

2001-11-21 Thread Fred
How and when mysql performs a delete depends on several things including, the type of table that is used, configuration parameters and the wording of the delete query. There are some situations in which deletes are put into a que and performed only after there are no connections to the table. Si

[PHP] Re: Newbie Question

2001-11-21 Thread Lee Willmann
Ok, I think I have the solution to your problem. Try using nl2br() on the data in that field.. Example: I have a message table that allows one user to send an instant message to another user on my site. There are several fields, one of which being a TEXT column (MySQL db). I use a simple textare

[PHP] Re: PHP4 & Win2k 'Application Error'

2001-11-21 Thread Julio Nobrega Trabalhando
I had this problem with the CGI installation version. Modify your httpd.conf and adapt it to run PHP as an Apache module and all should work fine. -- Julio Nobrega No matter where you go, &this. "Jason Reid" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I

<    1   2