|
PHP TUTORIALS !
Latest tutorials:
| Advertisement |
|
| PHP - String functions: Substr(), Strlen(), Trim(), Str_repeat()... |
 |
If you’d like to know how to manipulate with strings in PHP, take a look at our latest tutorial - "PHP - String functions"... |
|
|
| PHP - Sending email with PHP |
 |
There are two varieties of email. Text and HTML. Text email is like regular text messages. HTML email is like viewing a webpage with colors and images. To create the effect of an HTML email, a couple of extra headers must be added. To create the effect of an HTML email, a couple of extra headers must be added...
|
|
|
| PHP - Control structures (If, While, For, Swich) |
 |
Conditional structures or IF statements, are used to control which statements get executed. They are composed of three fundamental elements:
* if statements;
* elseif statements and
* else statements....
|
|
|
| PHP - Functions |
 |
A function is like a subroutine. Whenever you need to use a certain piece of code over and over again, it is very useful to put it in a function. By putting your code into functions, you make the code easy to reuse... |
|
|
| PHP syntax of DATE functions with examples |
 |
Tutorial with description AND Exemples of PHP DATE functions... |
|
|
| Advertisement |
|
|
|