"Ronald Forster" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I am having problems bringing php to work on a Windows server 2003.
> Done all the same as on server 2000 but I get always a 404 error.
> Can anyone help ?
You have to allow php.exe to be executed, explicitely. T
Hi Everyone,
I posted this on the PHP install list but didn't get a reply. I hope you
guys/gals can be more helpful.
I am having trouble getting the XmlRpc extension working with PnP 4.2.3.
SYSTEM:
Windows XP Pro
PHP 4.2.3 (Running as Apache module)
Apache 2.0.44
When Apache star
php-windows Digest 21 Jul 2003 12:58:55 - Issue 1833
Topics (messages 20840 through 20843):
dynamic html pages
20840 by: lordpuma
20841 by: Luis Ferro
Re: PHP and windows Server 2003
20842 by: DeKa
XmlRPC Extension in Apache 4.2.3
20843 by: Donald Tyler
Adm
I have a script that uploads a data file and inserts several thousand
records into a database table. The script seems to time out when it
exceeds the time out limit imposed by CGI. I am using the
set_time_limit() function, to extend the scriptÂ’s running time, however
this only works until the CGI l
The book I am reading (
http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=2T67AHHR6W&isbn=0764516507&itm=1
)
PHP & MySQL for Dummies has a CD Rom with several PHP files. One is called
mysql_send.php. Book says " The program mysql_send.php has one simple
function: to execute que
hi donald,
don't know if it works, but can you copy the .dll to winnt/system32 and
restart apache?
ciao SVEN
Donald Tyler wrote:
> Hi Everyone,
>
>
>
> I posted this on the PHP install list but didn't get a reply. I hope
> you guys/gals can be more helpful.
>
>
>
> I am having trouble getting the
BTW I can run a regular cgi script out of my cgi-bin directory for a much
greater period of time without being shut down by the time limit.
Chris wrote:
> I have a script that uploads a data file and inserts several thousand
> records into a database table. The script seems to time out when it
>
The page only timeouts of nothing is sent to the browser in the duration
of inserting the 1000+ records, if you could spit out a simple
'currently inserting record x of y'
every few hundred records. you could use DHTML/Javascript to overwrite
the same line on the page. whatever you want to make
Hi
how do I add dates???
for example,
if the date from database is thursday, feb 12, 1996
and i want to know the date after 20 days from this
date, is this possible in PHP.
or
if todays date is thursday, feb 12, 1996 , how i will
know the date of the day 20 days from today???
Isai.
_
PHP can format a date in a variety of combinations and I suggest that you
familiarize yourself with these formats if you are going to be doing any
date manipulation -> http://ca.php.net/manual/en/function.date.php
The two lines of code below should do what you want:
$CurrentDate = date("l, F d, Y
I am having no end of bad luck getting the refering page returned, the issue
may be that I am doing redirects using javascript if a document is not
loaded correctly.
//
// test and redirect if needed
//