php-windows Digest 31 Oct 2002 01:37:01 -0000 Issue 1415

2002-10-30 Thread php-windows-digest-help
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

[PHP-WIN] Using ADO->GetRows methods :: not supported?

2002-10-30 Thread ferdhie
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

[PHP-WIN] Interesting tidbit

2002-10-30 Thread R.S. Herhuth
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

Re: [PHP-WIN] Date Increment Problem

2002-10-30 Thread Stephen Edmonds
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

[PHP-WIN] POST file transfer

2002-10-30 Thread Maris Kalnins
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

Re: [PHP-WIN] forms POST help

2002-10-30 Thread Abdolhamid Joukar
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: "

[PHP-WIN] forms POST help

2002-10-30 Thread Richard
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

Re: [PHP-WIN] Date Increment Problem

2002-10-30 Thread Cam Dunstan
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

[PHP-WIN] Re: Date Increment Problem

2002-10-30 Thread Constantin Baciu
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

[PHP-WIN] Date Increment Problem

2002-10-30 Thread Raheel Hussain
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 -0000 Issue 1414

2002-10-30 Thread php-windows-digest-help
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

[PHP-WIN] 4.3.0pre2 load problems

2002-10-30 Thread user
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

[PHP-WIN] RE : Subject: Faxing from php

2002-10-30 Thread neil smith
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

Re: [PHP-WIN] 404 documents

2002-10-30 Thread DaMouse
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

[PHP-WIN] how install php under iis 6

2002-10-30 Thread Ali YUKSEL
how install php under iis 6? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php