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.)