RE: [PHP] FIXED: Max file size for uploads?

2004-05-13 Thread Ford, Mike [LSS]
On 12 May 2004 16:48, Robert Sossomon wrote: > It's fixed now.. > > If using Apache on RedHat here is everything to fix at once: > > FIRST AND FOREMOST DECIDE THE MAX SIZE YOU WANT IN MB, ADD A COUPLE > MORE TO IT, AND THEN CONVERT TO BYTES (MB * 1024 * 1024) > > 1. httpd/conf.d/php.conf >

[PHP] FIXED: Max file size for uploads?

2004-05-12 Thread Robert Sossomon
It's fixed now.. If using Apache on RedHat here is everything to fix at once: FIRST AND FOREMOST DECIDE THE MAX SIZE YOU WANT IN MB, ADD A COUPLE MORE TO IT, AND THEN CONVERT TO BYTES (MB * 1024 * 1024) 1. httpd/conf.d/php.conf LimitRequestBody ?? #byte size you calculated 2.

[PHP] [fixed!][PHP] confused big time

2004-04-06 Thread Andy B
ok query is fixed for the second one now... now to work on the if(!empty.. tests i have to check and make sure every one of those arrays isnt empty. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [fixed][PHP] function CreateDate i made doesnt work?

2004-04-06 Thread Andy B
"date() expects a UNIX timestamp. MMDDHHMMSS is NOT a UNIX timestamp. So, instead of converting the UNIX timestamp to MMDDHHMMSS in your function, why not leave it a UNIX timestamp? Then you can send it through date() whenever you want it formatted. " yea...it works now...hmmm... dont know

Re: [PHP] *FIXED* PHP Seg Faults, How to Trackdown?

2004-03-31 Thread Tim Schaab
Ok, so it took some tracking, but I believe I have found the problem. The problem was with the putenvs conflicting with mod_perl. The full rundown is from an old php-install post. See it at http://www.phpbuilder.com/lists/php-install/2003092/0018.php The summary is mod_perl and PHP on my syste

[PHP] Fixed problem with a script, but need to understand why it happened

2003-10-12 Thread Mary D. Taffet
Hello, I am a brand new subscriber to this list, and am fairly new to PHP as well. I started using it back in June to put together an online survey for my dissertation. Though I learned a few things the hard way, I have done mostly OK since then, until I changed an increasingly complex script to

[PHP] fixed - Re: page cannot be displayed after a post of form with over80 post elements

2002-11-22 Thread B.C. Lance
managed to found out the cause. it was the cookies. it got overloaded with data and exceed the 4k limit. the cookies was storing preferences for too many users thus it break the limit. B.C. Lance wrote: hi guys, i am facing the above problem. i couldn't explain whats causing this behavior. how

[PHP] FIXED - PHP - browser - ERROR !

2002-01-19 Thread Dani
Hi Again! I found the problem! It seems that netscape can't take an empty value for 'action' in the form tag. here is the example: this will result ERROR because the value for the action is written. this one works: I hope this help for those who are trying to use Netscape. regards, Dani

[PHP] Fixed! Re: [PHP] headers showing up in browser

2002-01-11 Thread Mark
After lots of trial and error I traced the problem back to a missing browscap.ini, I commented out that line in php.ini and it worked fine. I guess it was causing php to think the it wasn't dealing with a browser so it sent the headers differently (or something) thanks to everyone. - Mark -- P

[PHP] FIXED -- !

2001-10-18 Thread Jason Caldwell
Ahh -- it seems IE has it's own set of MARGIN parameters... RIGHTMARGIN LEFTMARGIN TOPMARGIN BOTTOMMARGIN Hence: This BODY tag will work for both IE and Netscape. leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginwidth="0" marginheight="0" I was just using (previously): leftm

[PHP] fixed it

2001-07-08 Thread [EMAIL PROTECTED]
http://www.futurebird.com/mapbuild3 I fixed it so now people who don't have css, or IE 5 (or a mac for that matter) can use it... thanks for all the feedback. Susan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP] Fixed session prob with Netscape

2001-03-08 Thread Robert Fischler, Ph.D. ABD
I fixed the problem I had with Netscape not working well with sessions (whereas MSIE worked fine for me). Apparently, Netscape works well with cookies (and ironically, MSIE doesn't). Of course, many would probably disagree, but I'm ONLY speaking from MY recent experience and specifically on the