If you are beginner looking for online PHP tutorials. Here is the list of top five website from where you can learn and enhance your programming skills.
-
Related Posts (YARPP)
-
Topics
-
-
In this article, i’ll explain what is apt-get utility, how to install,uninstall,remove,update package through apt-get in Ubuntu.
apt-get is a powerful command-line tool used for package management in Debian Linux distribution. It used to work with Ubuntu’s APT (Advanced Packaging Tool) library to Install/manage individual packages , Remove installed package, Upgrade packages etc.
How to increase file size import limit in phpMyAdmin. This is the common question asked by most of the people that, I get an error message when I am importing a file more than 2MB using phpMyAdmin.
I assume you have LAMP and phpMyAdmin installed on your system and your importing MySql database.
In your default setting, you’ll get following error message when you try to upload a file more than 2MB.
Error : No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration…