Variables 101 is a tutorial that covers the basic principles of variables and their ever day applications in Flash Action Script. Variables are like a programs thoughts or memory that are used to help programs remember things. This involves defini
This third part of the tutorial written by the author contains some functions like while loop, do-while loop, for loop, foreach loop, array variables, auto increment and auto decrement operators. All the functions are demonstrated with easily underst
PHP 101 (Part 2) - Shakespeare's Rose is an article that assists webmasters and programmers in implementing PHP forms on the website. Using this tutorial you can generate several utility functions with functions, variables and classes along with exam
This is a quick reference article that discusses about defining and using null and undefined (special values) and testing for null in javascript. This reference explains that null is a value which is used for the indication of the absence of the vali
An introduction to using forms with PHP and how the data gets placed into variables.
The array lesson in PHP tutorial helps you how to store more variables using an array. With this script you will be taught to use arrays, create or add arrays with array identifier etc. After studying the arrays, it will help you in building dynamic
Phemplate is a template engine for PHP. It is a very useful utility that provides a easy way to substitute variables into text templates and do some dynamic block functions including loop functions. This engine helps one to easily work with the desig
This guide offers instruction on both the basic and the advanced features of ColdFusion, illustrated with examples from the real world. Specific topics of discussion include: defining a datasource,- building a database and organizing data,- creating
Accessing Form Variables is a suitable tool for PHP beginners to know how to create forms and how to put variables to obtain the data. This tool teaches you about the several types of syntax and variables to enable the user to input the data. Also, e
This ASP guide provides more information on declaring variables on ASP applications. It instructs you that if variables are given all over the ASP page, it would cause problem. And suggests you to declare the variables either at the top or end of the |