17 November 2011

PHP MySQL data not showing from result after query

Nice and helpful post.

Output: Resource id #3

Solution: use mysql_fetch_row( $result ) in a while loop to get all result in an array..


(If you found this article useful then share with your friends.)

03 November 2011

Code Skeleton of AJAX - Ready to use

ajax
AJAX means Asynchronous JavaScript and XML. It is a technique for creating fast and dynamic web pages. It is used to change or update a section without refreshing the whole webpage.

(If you found this article useful then share with your friends.)

14 January 2011

How to Install Joomla Add-ons Extensions?

To install any joomla Extension, download the zip file from the internet.

Get Extensions/Add-ons for Joomla CMS from here : Extensions.Joomla.org

After downloading the zip file , 
  • Go to your Administrator Panel.
  • Go to Extensions => Install/Uninstall.
  • Under the Upload Package File , Click on Choose file and browse to your downloaded zip file.
  • After choosing it , click Upload File and Install button to finish installing the Extension.
Done.

To confirm your installation, check the Plugins Tab and check if it it in the list .



(If you found this article useful then share with your friends.)