/etc/php5/apache2/php.ini
with commandsudo nano /etc/php5/apache2/php.ini
Now search for “upload_max_filesize” with (default 2M) your value. Save the file. Restart Apache webserver.
sudo /etc/init.d/apache2 restart
SES, SEO, SEM, Linux and Microcontroller Help, News and Experience sharing Blog
"My PIC Microcontroller Articles are moved to http://picmicrochip.blogspot.com
/etc/php5/apache2/php.ini
with commandsudo /etc/init.d/apache2 restart
- sudo add-apt-repository ppa:atareao/sunflower
- sudo apt-get update
- sudo apt-get install sunflower
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
$ sudo apt-get update
$ sudo apt-get install gcc-4.7
$path = "./"; // put your directory path here
foreach (glob($path) as $filename)
if (filemtime($filename) >= $recentDate)
$recentDate = filemtime($filename);
$recentDate = date(" F d, Y",$recentDate);
echo "Most Recently Updated File".$recentDate;?>