RE: [PHP] Potential bug?

2001-08-04 Thread Corin Rathbone
I have the same problem running Win98, Apache 1.3.17 and PHP 4.0.6 as an Apache Module. It doesn't return the source, but it's strange... -Original Message- From: Anthony Lieuallen [mailto:[EMAIL PROTECTED]] Sent: 22 July 2001 16:30 To: [EMAIL PROTECTED] Subject: [PHP] Potential bug?

[PHP] PHP Uploads - Please Help!!

2001-07-24 Thread Corin Rathbone
. The code is below. Thanks, Corin Rathbone ?php $root_path = E:/System/htdocs; if(isset($uploads_go)){ static $worked = array(); for($x=0; $x9; $x++){ $current_file = $userfile[$x]; $current_file_name = $userfile_name[$x]; $current_file_size = $userfile_size[$x

RE: [PHP] rename a directory

2001-07-24 Thread Corin Rathbone
Yes, rename() does work on Windows as well as on *nix. -Original Message- From: Tom Carter [mailto:[EMAIL PROTECTED]] Sent: 24 July 2001 17:54 To: [EMAIL PROTECTED]; Jeff Subject: Re: [PHP] rename a directory on unix I think it should work for both.. can't say I know on windows..

RE: [PHP] Apache/phpinfo

2001-07-24 Thread Corin Rathbone
Run phpinfo() and if it is in CGI mode Server API, at the top, will say CGI or if in is mod_php Server API will say Apache. Corin Rathbone -Original Message- From: Tom Malone [mailto:[EMAIL PROTECTED]] Sent: 24 July 2001 20:15 To: PHP Users Subject: [PHP] Apache/phpinfo How can you

[PHP] PHP Uploads - Sorry!!!

2001-07-23 Thread Corin Rathbone
. Thanks, Corin Rathbone ?php $root_path = E:/System/htdocs; if(isset($uploads_go)){ static $worked = array(); for($x=0; $x9; $x++){ $current_file = $userfile[$x]; $current_file_name = $userfile_name[$x]; $current_file_size = $userfile_size[$x]; $current_file_path

[PHP] Zipping Output Before Sending To Browser

2001-07-20 Thread Corin Rathbone
1.5Mb of data. Does anybody know how to do this? Any help most appreciated. Regards, Corin Rathbone [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP] PHP Enabled Web Hosts

2001-04-18 Thread Corin Rathbone
Hi all, I am a student and with little money, I am trying to find a low-cost or preferably free web host with PHP and if possible MySQL. Any suggestions would be most helpful. Regards, Corin Rathbone [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe