Re: [PHP] New to PHP and the list

2010-09-13 Thread kranthi
Is MAX_FILE_SIZE passed to PHP as $MAX_FILE_SIZE? only if register_golbals is set to ON in php.ini. This is a very bad practice and should be avoided. Use $_POST['MAX_FILE_SIZE'] instead. But in this case dont use the post variable also. define a constant in your configuration file and use that

Re: [PHP] New to PHP and the list

2010-09-12 Thread Paul M Foster
On Sat, Sep 11, 2010 at 06:37:41PM -0500, MikeB wrote: Hello, I'm new to PHP and also new to using newsgroups/mailing lists directly. So if I make a mistake, please forgive me this once and I'll try to do better in the future. Please help me understand, my head is absolutely spinning and I

Re: [PHP] New to PHP and the list

2010-09-11 Thread Tom Sparks
--- On Sun, 12/9/10, MikeB mpbr...@gmail.com wrote: From: MikeB mpbr...@gmail.com Subject: [PHP] New to PHP and the list To: php-general@lists.php.net Received: Sunday, 12 September, 2010, 9:37 AM Hello, I'm new to PHP and also new to using newsgroups/mailing lists directly. So if I make

Re: [PHP] New to PHP and the list

2010-09-11 Thread MikeB
On 9/11/2010 6:51 PM, Tom Sparks wrote: --- On Sun, 12/9/10, MikeBmpbr...@gmail.com wrote: From: MikeBmpbr...@gmail.com Subject: [PHP] New to PHP and the list To: php-general@lists.php.net Received: Sunday, 12 September, 2010, 9:37 AM Hello, I'm new to PHP and also new to using newsgroups

Re: [PHP] New to PHP and the list

2010-09-11 Thread viraj
On Sun, Sep 12, 2010 at 5:07 AM, MikeB mpbr...@gmail.com wrote: Hello, I'm new to PHP and also new to using newsgroups/mailing lists directly. So if I make a mistake, please forgive me this once and I'll try to do better in the future. Please help me understand, my head is absolutely spinning