Physical Style (always add >) Bold Subscript Larger Superscript smaller Monospace font Italic underline Strike thru Render HTML precisely Horizontal line Drop Down Dog Text Area $default Images Tables table title Rows Cols Header ( and can be omitted!) Hyperlinks Label or Image reference title= “txt” target=new file#ref sends to bookmark PHP Common Stuff //One line comment /* Multi line comment */ echo” \”escaped\” “; /n New Line /t Tab /r Carriage return &&AND ||OR xor ==EQUAL !=NotEqual ++$i increment then return $i-- return then decrement if (expr){stuff} else if(expr) {stuff} else{stuff} switch(expr){ case“ie”: stuff break; default:stuff } while (expr){stuff} break;stops continue;skips do {stuff} while(expr); for ($i=1 ; i<5 ; ++$i){stuff} mail(“recipient”,”subject”,”message”,”headers”); strlen(string) length of string substr(string,start,[length])
Horizontal line Drop Down Dog Text Area $default Images Tables table title Rows Cols Header ( and can be omitted!) Hyperlinks Label or Image reference title= “txt” target=new file#ref sends to bookmark PHP Common Stuff //One line comment /* Multi line comment */ echo” \”escaped\” “; /n New Line /t Tab /r Carriage return &&AND ||OR xor ==EQUAL !=NotEqual ++$i increment then return $i-- return then decrement if (expr){stuff} else if(expr) {stuff} else{stuff} switch(expr){ case“ie”: stuff break; default:stuff } while (expr){stuff} break;stops continue;skips do {stuff} while(expr); for ($i=1 ; i<5 ; ++$i){stuff} mail(“recipient”,”subject”,”message”,”headers”); strlen(string) length of string substr(string,start,[length])