[PHP] login.php

2004-12-08 Thread badlya badlu
Hi All This is my first mail to php mailing list. i want to create one login.php program in linux. i want this page to go the ldap server for authentication. how should i do it. thanks in advance. badlya __ Do you Yahoo!? Read only the mail y

[PHP] upload file size limit

2005-01-31 Thread badlya badlu
Hi, I have created one php file for uploading the file. i also made changes in /etc/php.ini for size limit. but i can not upload the files greater than 5mb. Is there any modification which has to be done in other configuration file. thanks in advance santosh _

Re: [PHP] upload file size limit

2005-01-31 Thread badlya badlu
the path is /etc/php.ini also upload_max_filesize 50M 50M Waiting for reply. --- Wudi <[EMAIL PROTECTED]> wrote: > Run phpinfo() to see the Configuration File > (php.ini) Path. > > __ Do you Yahoo!? Yahoo! Mail - Easier than ever wit

Re: [PHP] upload file size limit

2005-01-31 Thread badlya badlu
yes httpd-2.0.49-4 Should i upgrade it? --- Thomas Seifert <[EMAIL PROTECTED]> wrote: > On Mon, 31 Jan 2005 03:15:00 -0800, Badlya Badlu > wrote: > > > the path is /etc/php.ini > > also > > upload_max_filesize 50M 50M > > > > Waiting for rep

Re: [PHP] upload file size limit

2005-01-31 Thread badlya badlu
thanks bobert. I have done it. thanks... --- Robert Sossomon <[EMAIL PROTECTED]> wrote: > Look in /etc/httpd/conf.d/php.conf > > For a buddy with a file upload need I set it to > this: > > > SetOutputFilter PHP > SetInputFilter PHP > LimitRequestBody 760217600 > > > > You wi