Ghirardelli chocolates
Hi Happy Easter everyone! ![]()
Today my friend comes from San Francisco, CA and she gave me a gift. She gave me a chocolate, why chocolate? I loved chocolate so much.
Hi Happy Easter everyone! ![]()
Today my friend comes from San Francisco, CA and she gave me a gift. She gave me a chocolate, why chocolate? I loved chocolate so much.
WOW is short of Word of Warcraft. World of warcraft is an online role playing game in the award winning the warcraft universe. We can play world of warcraft with thousands WOW player arround the world, that’s why this game called as MMORPG ( Massively Multiplayer Online Role Playing Game). As MMORPG, WOW enables thousands of player come together online and battle agains the world and each other.
File Extension FLV, what is that? File Extension FLV is short for Flash Video, the name of a file format used to deliver video over the Internet using Adobe Flash Player versions 6 above. A Flash Video file (.FLV file extension) consists of a short header, and then interleaved audio, video, and metadata packets.
I got a problem when trying to import SQL file using PHPMyAdmin. my PHPMyAdmin allow import file with max size 2M, actually my SQL file has 16MB. You can solve this problem by editing the php.ini file.
If you running linux with apache2 and PHP 5, use command sudo gedit /etc/php5/apache2/php.ini
If you have running XAMPP, \xampp\apache\bin\php.ini
It’s quite simple how to start / restart / stop the apache web server. Open your console and use this command.
Start : sudo /etc/init.d/apache2 start
Restart : sudo /etc/init.d/apache2 restart
Stop : sudo /etc/init.d/apache2 stop