infolink

Showing posts with label php define variable. Show all posts
Showing posts with label php define variable. Show all posts

Sunday, 25 March 2012

Interacting with the User?

Variables can used to stored the data or information that is entered by the user. Like in example, if the textbox with name username on the page, the value entered into the box will available to PHP script  as the variable $username.