Re: [PHP] OT Inactivity Timeout

2003-03-14 Thread Joe Goff
use sessions - Original Message - From: Luis Lebron [EMAIL PROTECTED] To: Php-General (E-mail) [EMAIL PROTECTED] Sent: Friday, March 14, 2003 10:03 AM Subject: [PHP] OT Inactivity Timeout This may be more of a javascript question than a php question. But how can I set up an inactivity

Re: [PHP] can't get any string replacements to clean this

2003-03-13 Thread Joe Goff
Put the arguments inside of double quotes instead of single quotes and then try it. $bad_str = str_replace(\r,\n,$bad_str); - Original Message - From: Dennis Gearon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 11:51 PM Subject: [PHP] can't get any string