RE: [PHP-DB] php upload

2005-11-21 Thread Bastien Koert
in the php.ini file you can reset it...max_upload_filesize bastien From: Mohamed Yusuf <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] php upload Date: Mon, 21 Nov 2005 10:21:56 -0800 I heard that the maximum file size which php can upload is setted to 2MB, so is it a possibl

[PHP-DB] php upload

2005-11-21 Thread Mohamed Yusuf
I heard that the maximum file size which php can upload is setted to 2MB, so is it a possible to reset the maximum_file_size to a larger bytes and if it is possible how can I achieve that?

Re: [PHP-DB] Suggestions please!

2005-11-21 Thread Micah Stevens
Sounds like a decision needs to be made. If statements were born for that. On Monday 21 November 2005 3:41 am, JeRRy wrote: > Hi, > > Okay I have a dj site, I have alogin script and cookies to handle the > login. > > Next I want to add some permissions for each dj account. Maybe 3 to > st

[PHP-DB] Suggestions please!

2005-11-21 Thread JeRRy
Hi, Okay I have a dj site, I have alogin script and cookies to handle the login. Next I want to add some permissions for each dj account. Maybe 3 to start with, 3 permissions. A value or y or n will be set in each permission, with n being the default. Now I need to kno