[PHP] index.php

2003-02-02 Thread Renato Lopes
Hi! I have called a index.php file in a directory. Every time I point my browser to that directory the contents of the directory gets displayed instead of the index.php file. Can anyone help? Thanks in advance Renato -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Upload files to MySQL database.

2002-10-29 Thread Renato Lopes
Hi! I am trying to upload files into a MySQL database. The problem is that I cannot upload anything over 1M. It comes up with an error message. Do I need to manually set the values for post_max_size and upload_max_filesize or are these set to the defaults of 8M and 2M, respectively? Thanks