Archive for ‘ PHP ’

Not new to WordPress, but to be precise this is my 1st plugin for public release. Wrote themes and worked on WordPress quite closely. Some of the themes i published for public consumption. There are many newsletter plugins around so what’s new in this. Good question, well there might not be some thing very new [...]

Read more

In some cases if you are running WordPress OR some other database extensive application on micro instance, you will experience slow page loading on various occasions. There is a nice solution to that, install PHP APC to cache most the PHP code for fast loading. I assume that you are already on the server console [...]

Read more

In the last article we discuss how to backup data in csv format via PHP and command line. In this part we will backup MySQL databases via mysqldump command. I assume you are logged in to your Amazon instance. How to backup: 1- Normal database backup mysqldump -u root -p databasename > /var/www/html/databasename.sql Enter your [...]

Read more

In the previous article we discuss how to “Backup MySQL data into CSV” in terminal. In this post we will discuss how to create csv file with PHP and force it to download. We will be pulling data from MySQL database. 1st of all we will need connection to database, for that we will use [...]

Read more

If you are using Amazon aws with ec2 instances, then i assume you already have the pem file to connect to the instances. Normally you will have different instances for your projects. I normally setup either Amazon AMI or Cent OS, prefer Amazon AMI as it is also based on Cent OS. Cent OS is [...]

Read more

PHP team announced a security bug fix release for current stable version(5.3.x series). Currently users/servers who have 5.3.x running are advised to upgrade to this new version. More details here.

Read more

Search

Articles

What's Hot

Recent Comments