$name = $_POST[name];
$pagelink = str_replace(" ","_",$name);
?>
How to change the max file size to be uploaded in php?
in php.ini file change the upload_max_filesize= 2Mupload_max_filesize= 2G if you like it.
How to change the max file size to be uploaded in php?
ReplyDeletein php.ini file change the upload_max_filesize= 2M
ReplyDeleteupload_max_filesize= 2G
if you like it.