php-windows Digest 31 Oct 2002 01:37:01 - Issue 1415
Topics (messages 16622 through 16630):
Date Increment Problem
16622 by: Raheel Hussain
16623 by: Constantin Baciu
16624 by: Cam Dunstan
16628 by: Stephen Edmonds
forms POST help
16625 by: Richard
Hi peoples,..
This is my first post here, so if problems like this,
please notify me,...
My problem is like this.
I;ve read the manual, -- the CHM version,
It;s about the COM object.
I've try to query an access database using PHP.
So far it works fine.
The only problems is that when i tried to
u
We are running Tomcat and PHP under IIS on Windows 2k sp2. While we
were watching the memory manager we noticed that whenever PHP was
invoked Tomcat's memory increased by about 5mb. This was consistent
over about a half an hour, we have no reason to believe that it hasn't
been occuring like this
Firstly, you need to understand time.
Time in computers is stored as the number of seconds since January 1st,
1970. The time now is 1035999078 (Or to humans, 17:31:30 on the 30th Oct).
When you call the current time with time() it returns that long number
above. You can then add on 1 days worth of
Hi guys!
The situation is following:
I need to transfer a file from one server to another by POST
method. Goal server has a getfile.php script that actually
is placing the file in temp directory for further opening and reading
using fopen(..)
the thing i cannot get into is how to send from one p
hi
if you are running your script on your computer your form action should be
like this
http://localhost/file.php>
else
if you are testing your script on the net may be your host have a directory
that named cgi-bin
your php files should be placed there!
thanks
- Original Message -
From: "
i have php4 up and running, but whenever i POST an html form to a php page i
always get a 404 error message, even though the php page is present.
Can anyone help?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
raheel
The method Constantin suggests is a good solution for your problem, but also
have a thorough read of the manual under date functions, there is a lot of
additional useful info there with the use of several of the functions in
unison - for example...
$tomorrow = mktime (0,0,0,date("m") ,dat
You will need to add the seconds that are in 3 days to the current
timestamp
Try the following:
$RegisterDate=date("m/d/y", time());
$ExpireDate=date("m/d/y", time()+4320);
"Raheel Hussain" <[EMAIL PROTECTED]> wrote in message
news:20021030110432.9579.qmail@;web21202.mail.yahoo.com...
>
> hi
hi, I m a newbie programmer, may b solve to this prob. is a cheap thing, but i cant
get solution of it.
i have two variables
$RegisterDate, and $ExpireDate
what I want to do is the the $RegisterDate will be taken from the system.
but the $ExpireDate will be three days after the $RegisterDate,
php-windows Digest 30 Oct 2002 10:22:23 - Issue 1414
Topics (messages 16614 through 16621):
Re: 404 documents
16614 by: Jim Hunter
16617 by: Dash McElroy
16619 by: DaMouse
Re: PHP IIS 5.0 Include files and baldness
16615 by: Cam Dunstan
php sessions
When i run php.exe it complains
Missing php_ctype.dll and php_tokenizer.dll
Where are they ?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yes - from any email client in fact. As long as you dont abuse the service
(it has limits on the number of faxes per day), look here :
http://www.tpc.int/faxbyemail.html
I have tried it and it works - may be up to 5 mins before the fax call is
made so don't pull your hair out waiting :-)
The s
thankyou for your help is there variables for
403 and 500 also?
- Original Message -
From: Dash McElroy <[EMAIL PROTECTED]>
To: DaMouse <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 12:43 AM
Subject: Re: [PHP-WIN] 404 documents
> From Rasmus' tips and trick
how install php under iis 6?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
15 matches
Mail list logo