Useful PHP configuration parameter (php.ini)

# create automaticly a session
session.auto_start = ON
 
# disable global variables
register_globals = OFF
 
# increase upload limit
upload_max_filesize = 50M

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!