By Default phpmyadmin can import data on your mysql database up to 2MB of data and beyond that will be an error. This has been a big problem by most webmasters and sometimes this can be a barrier to stop improving the sites. Before I kept on searching what to use to import a large [...]
Archive for the ‘Programming’ Category
PHP Curl
If you are a web developer and having problems on Installing PHP Curl on Apache with PHP installed on Windows Operating System, below is my version of tonyspecer’s “cURL with PHP and Apache on Windows“. The steps are simple and direct to the point.
I have windows apache version 2.2.14 and PHP Version 5.2.10 installed [...]
PHPMailer
Sending E-Mail with PHP can be simple, or it can be very complex depending on what you want to do. PHPmailer is a free PHP software used for sending emails or should I say used for “spamming”. Though the software has been provided for free, many developers has gone beyond its real purpose. With a [...]
Translation Services
Google has provided web developers foreign language translation api. Web content translation is not a problem anymore, with google’s Google Translate, research from different countries is now made possible.
This is a big help especially for researchers on the net, we can now easily understand web contents and even text from outside sources which also [...]
Code Igniter Query
Code Igniter is one of the best PHP framework available today. It is free to download and user guide can be found together with the package.
In Code Igniter the class that has the database queries or the methods that deals with getting the data on the database is placed inside the MODEL folder. Just remember [...]
Object Oriented PHP Samples
PHP is one of the mostly used language on the net. Why is it preferred by most web developers? Well, to give a brief reason why I love PHP most and why it is widely used I am sure of and few of the reasons why I love PHP: It is free, easy [...]
Session Authentication
One problem in creating a PHP Session Authentication is that when you are logged in and suddenly logs out and click the back button you will be returned to the page where you kast visited. Isn’t this a problem especially when you have important data in that page. So if you have problem with this [...]






