trainingphp.blogspot.com
PHP Basic Course: What Is PHP?
http://trainingphp.blogspot.com/2010/12/class1-what-is-php-php-stands-for-php.html
In this Blog we will tell you about PHP! And All Features Of PHP. Thursday, December 30, 2010. Is a server-side scripting. Scripts are executed on the server. MySQL,Informix,Oracle,Sybase,Solid,Postgre SQL. Generic ODBC,etc.). Is an open source software. Is free to download and use. What is PHP File? Files can contain text ,HTML tags and. Files are returned to the browser as. Files have a file extension of. Php",".php3",. September 4, 2013 at 10:02 PM. Php training in chennai. What is an Array? PHP Point...
trainingphp.blogspot.com
PHP Basic Course: Variables in PHP
http://trainingphp.blogspot.com/2011/03/variables-in-php-variables-are-used-for.html
In this Blog we will tell you about PHP! And All Features Of PHP. Thursday, March 10, 2011. Variables are used for storing a value,like text strings,numbers or arrays. When a variable is declared,it can be used over and over again in your script. All variables in PHP. With a $sign symbol. The correct way of declaring a variable in PHP. Programmers often forget the $sign. At the beginning of the variable.In that case it will no work. Is a Loosely Typed Language. Which data type the variable is. Very nice ...
trainingphp.blogspot.com
PHP Basic Course: What Is MySQL?
http://trainingphp.blogspot.com/2011/01/what-is-mysql-mysql-databse-server.html
In this Blog we will tell you about PHP! And All Features Of PHP. Saturday, January 1, 2011. Is a databse server. Is ideal for both small and large aaplications. Compiles on a number of platforms. Is free to download and use. Subscribe to: Post Comments (Atom). What is an Array? Naming Rules For Variables. String Variables in PHP. Naming Rules for variables. A variable name must start with a letter or an underscore *A variable name can only contain alpha-numeric characters and und. String Variables in PHP.
trainingphp.blogspot.com
PHP Basic Course: Associative Arrays
http://trainingphp.blogspot.com/2011/03/associative-arrays-associative.html
In this Blog we will tell you about PHP! And All Features Of PHP. Wednesday, March 23, 2011. An associative array,each ID key is associated with a value. When storing data about specific named values,a numerical array is not always the best way to do it. With associative arrays we can use the values as keys and assigns values them. In this example we use an array to assign ages to the different persons:. Ages=array("Peter= 32, "Quamire"= 30, "Joe"= 34);. Ages['Peter'] = "32";. Ages['Quagmire'] = "30";.
SOCIAL ENGAGEMENT