• PHP

Develop User Signup and Login forms: PHP & MySQL

PHP & MySQL tutorial to develop signup form and store user information in a database and using signin or login…

  • PHP

Store Page View Count In Session Variable: PHP

PHP program to store page views count in SESSION, to increment the count on each refresh, and to show the…

  • PHP

Randomly Display Some Images From A Set of Images: PHP

Use of this script: 1. If you have a photo blog with 100 or more images, using this small php…

  • Quotes

Education and Schooling: Albert Einstein

"Education is what remains after one has forgotten what he had learnt in his schooling." - Albert Einstein.

  • Quotes

DO GOOD ANYWAY: Mother Teresa

"If you do good, people may accuse you of selfish motives. Do good anyway." - Mother Teresa. ( DO GOOD…

  • PHP

Dynamic Page Creation: PHP

In this PHP program we will not be generating pages, but creating the illusion of dynamic page creation! i.e., we…

  • JavaScript

Moving Image Inside HTML page: Javascript ( A Small Fun Application )

Write a xHTML program to take input from the user and move the image to the corresponding location(position), using Javascript.…

  • JavaScript

Event Object: Javascript

"Browser throws object automatically whenever an event occurs." This is true with most browsers, except Microsoft's Internet Explorer. To solve…