User-submitted PHP Projects

32
1564 reads

January 29, 2013

33
1357 reads

January 29, 2013

Comparison Operators


Comparison Operators are used mostly in conditions and there return type is boolean ie either true or false.
27
1470 reads

January 29, 2013

Assignment Operators


Assignment Operators are same as Arithmetic Operators They are used to Update Value in a variable while using the Variable value it has currently.
34
1493 reads

January 29, 2013

Arithmetic Operators


There are five basic arithmetic operators operated on integers and double. + (addition) - (subtraction) * (multiplication) / (division) % (modulus)
34
1415 reads

January 28, 2013

Variable of Variable


One of the biggest time-savers in PHP is the ability to use variable variables.
37
1395 reads

January 28, 2013

Reference Variables


References in PHP are a means to access the same variable content by different names.
45
1620 reads

January 28, 2013

Concatenating Variables


Learn how to concatenate the variables to form a sentence. Very useful when getting data from the user's form and displaying him back the data entered.
21
1613 reads

January 28, 2013

Getting Started


Demonstrating how to use the variables in PHP with rules. Also shows how to display the data stored in variables.
136
1579 reads

January 26, 2013

25
1189 reads
manojsethi90's picture

Submitted by

manojsethi90
Tags:

ConnectPHPMySQL
Learn how to connect from front end to back end using PHP and MySQL at the Backend.
Run It Now!