RE: [PHP-WIN] Re: How to make a script run itself ?

2001-09-17 Thread samsom, debra
Or you can add 'set_time_limit(1500)' to the top of your php script. -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 6:11 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: How to make a script run itself ? Another way of forcing a scri

[PHP-WIN] spell checker

2001-08-17 Thread samsom, debra
Does anyone know of a nice spell checker that will work well in my php programs? Debra Samsom Bristol Aerospace Ltd. (204) 775-8331 3402 [EMAIL PROTECTED]

[PHP-WIN] mail()

2001-06-30 Thread samsom, debra
Question: Where does the 'Sent' Date and Time come from when sending mail using the php mail function? Any mail I receive from my php application has the incorrect date/time in the "Sent" section of Outlook. I have checked my mail server, the apache server and my PC, they all have the correct

RE: [PHP-WIN] Get the contents of the textarea "as is"

2001-06-21 Thread samsom, debra
I recently had the same problem. I found my solution here http://phpbuilder.com/columns/ying2718.php3?page=1 download and unzip ying2718.zip You include outputlib.php at the beginning of your php program and wrap $message like this print_output($message) it works great!! Debra Samso

[PHP-WIN] Looking for Samples

2001-03-19 Thread samsom, debra
I would like to write an entire Work Flow (or form flow) system using PHP, complete with database (read, writes and inserts) and email. The form will flow starting with the originator through a series of approval processes to the end. Are there any samples out there that would point me in the rig

[PHP-WIN] ODBC-Links resource

2001-02-06 Thread samsom, debra
After upgrading to PHP4.0.4-win-20001210 I am now getting the following errors on my odbc_close statement: Warning: Supplied argument is not a valid ODBC_Link resource in (path of .php file). What am I doing wrong, or what am I missing. $conn = odbc_connect("PO_Hist", "userid", "password");

[PHP-WIN] Inner Joins

2001-01-11 Thread samsom, debra
I am writing some PHP code with calls to Mysql. I am trying to do a Inner join and I am not getting any results back from my query (and no errors). If I cut the Inner join out of the SQL statement it works. If I link the MySql tables into Microsoft Access and run the exact SQL statement it work