hey
am using php on apache server to upload mp3 file .how do i increase the memmory limit to 16m.
ive tried putting this code [ini_set(”memory_limit”,”16M”);] at the top of my php code but it gives me this error.
Notice: Use of undefined constant ”memory_limit” - assumed '”memory_limit”' in C:\Program Files\Apache Group\Apache2\htdocs\sen\upload.php on line 59.
how do i fix it ???thanks
kharddie
am using php on apache server to upload mp3 file .how do i increase the memmory limit to 16m.
ive tried putting this code [ini_set(”memory_limit”,”16M”);] at the top of my php code but it gives me this error.
Notice: Use of undefined constant ”memory_limit” - assumed '”memory_limit”' in C:\Program Files\Apache Group\Apache2\htdocs\sen\upload.php on line 59.
how do i fix it ???thanks
kharddie