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
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]
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
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
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
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");
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