RE: [PHP] Image header problems

2001-08-09 Thread Corin Rathbone
Remove the line: print "jpeg format"; The error is because you have sent output to the browser before you are trying to send a header. -Original Message- From: Hugh Danaher [mailto:[EMAIL PROTECTED]] Sent: 09 August 2001 23:26 To: Php-General Subject: [PHP] Image header problems I wa

RE: [PHP] Seg fault when returning True from shutdown function.

2001-08-06 Thread Corin Rathbone
On Win98, Apache 1.3.17, PHP4.0.6 As Apache Module, running the code below I get "APACHE caused an invalid page fault in module MSVCRT.DLL at 015f:7800fd73" -Original Message- From: William Bailey [mailto:[EMAIL PROTECTED]] Sent: 06 August 2001 12:15 To: PHP General List Subject: [PHP] Se

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? I

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 U

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.. also,

[PHP] PHP Uploads - Please Help!!

2001-07-24 Thread Corin Rathbone
4.0.5, IE5. The code is below. Thanks, Corin Rathbone \n" ); print( "$current_file\n" ); print( "$current_file_name\n" ); print( "$current_file_size\n" ); print( "$current_file_path\n" ); if(!$current_file=""){

[PHP] PHP Uploads - Sorry!!!

2001-07-23 Thread Corin Rathbone
below. Thanks, Corin Rathbone \n" ); print( "$current_file\n" ); print( "$current_file_name\n" ); print( "$current_file_size\n" ); print( "$current_file_path\n" ); if(!$current_file=""){

[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] Script Execution Time

2001-07-19 Thread Corin Rathbone
I have a php script that returns about 1.5Mb of data in text format to the user. I am wondering if there is a way for php to display the time it took to execute the script at the end of the file. Regards, Corin Rathbone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Slash Problems When Using PHP and POST.

2001-07-18 Thread Corin Rathbone
rint( "File: " ); print( "$file" ); if($worked){print( " has been saved!" );} else {print( " has not been saved!" );} print( "" ); } else { print( "Please Select A File To Be Save!" ); } ?> ©mailto:[

[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