PHP Script by
cmail 2011/12/11 02:46
php scripting block always starts wid a php block can be placed any where in the document on servers wid shorthand supports enable you can starts a scripting block wid example:- here[;] semicolon is a separator and used to distinguished one set of instructions from another Comments in PHP:- // to make a singleline comment or /* and */ to make a large comment block Variables in PHP:- all variables in php start wid a * sign symbol the correct way of declaring a variables in php *var_name=value; example:- NAMING RULES FOR VARIABLES:-1. a variable name must starts wid a letter or an underscore "_"2. a variable name can only contain alpha-numeric character and underscores (a-z,A-Z,0-9 and _)3. a variable name should not contain spaces if a variable name is more than word,it ...
cmail 2011/12/11 02:53
php scripting block always starts wid
cmail 2011/12/11 02:57
php scripting block always starts wid ? php and end wid ? a php block can be placed any where in the document
on servers wid shorthand supports enable you can starts a scripting block wid ? and wid ?
example:-
html body ?php echo "hello world";? /body /html
here
[;] semicolon is a separator and used to distinguished one set of instructions from another
Comments in PHP:- // to make a singleline comment or /* and */ to make a large comment block
html body ?php// this is a comment/* this is a comment block*/ ? /body /html
Variables in PHP:- all variables in php start wid a * sign symbol
the correct way of declaring a variables in php
*var_name=value;
example:-
?php *txt="hello world";*x=16; ?
NAMING RULES FOR VARIABLES:-
1. a variable name must starts wid a letter or an underscore "_"
2. a variable name can only contain alpha-numeric character and underscores (a-z,A-Z,0-9 and _)
3. a variable name should not contain spaces
if a variable name is more than word,it ...
cmail 2011/12/11 03:03
complete form wid tag < if im gives tag then all block disappeare further im reveal many things about php script
EpIcInCoGnItO 2011/12/11 10:23
Yes thanks for sharing but I do have a basic idea about this.
Eternal_Knight 2011/12/11 16:16
i have this weird fear of scripting
dont know y
cmail 2011/12/12 11:52
STRING VARIABLES IN PHP:-EXAMPLE:- ⁢? php *txt="hello world";echo*txt; ?&get;Concatenation Operator:- the concatenation operator (.) is used to put two string values together EXAMPLE:- ⁢ ? php *txt1="hello world"; *txt2="what a nice day";echo*txt1."".*txt2; ? &get; OUTPUT:- hello world | what a nice day
qazo 2011/12/21 13:47
dude, dont php variables start with a * sign?
//the real way to name a variable
Example: *myVar = 100;
Ligman 2011/12/23 23:16
Whats going on in here ?
Ligman 2011/12/23 23:21
All dis varible or no varible is meant 4 beginers. If u knw u ar damn sure of urself in php, javascript, aspx... Pls, Indicate and lets show wat we've gt
#69
Phones/PCs/Apps
For phones, computing, consoles, gadgets, & internet talk, plus share apps & other files.