Archive for August 5th, 2012

How to retrieve data from database using AJAX in PHP

 

To download code – Click Here

To retrieve data from MYSQL or any database using AJAX, you need to do the following steps

Step 1

Create a database db_test and add one table named test with the following fields

name

username

department

phone


Read more »

How to install mp3 codec in ubuntu

However, you can install the ability to play popular non-free media formats, including DVD, MP3, Quicktime, and Windows Media formats, by following the instructions below.

Method 1 – Manual Install
 
Open the Ubuntu Software Center. In the search box in the upper right corner, type "ubuntu-restricted-extras".
When it shows up, click on the "Ubuntu restricted extras" package, then click the install button for it.


 
Method 2 – Using Terminal
 
Open terminal and type the following command
 
sudo apt-get install ubuntu-restricted-extras
 

Read more »

Last updated by at .