Categories:




URL.biz - Education


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"...
Category:
PHP
Rank:     

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...
Category:
PHP
Rank:     

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....
Category:
PHP
Rank:     

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...
Category:
PHP
Rank:     

PHP syntax of DATE functions with examples
Tutorial with description AND Exemples of PHP DATE functions...
Category:
PHP
Rank:     


Advertisement
Top Tutorials:

Basic HTML Tags

Now we are going to start talking about HTML tags...


PHP - String functions
If you’d like to know how to manipulate with strings in PHP...