hello can someone let me know if u have tried to us ini_set() coz i need to change the value of the ff even without modifying the php.ini:
upload_max_filesize "2M" to upload_max_filesize "50M"
post_max_size "8M" to post_max_size "75M"
memory_limit "8M" to memory_limit "75M"
the reason why i need to change the ff coz i want to uplaod from the browser a 50MB file coz its part of the script i created to upload files on the server.
pls help me about this i just dont know how to use the ini_set() function.