An average of registered user ratings will not appear until there are at least 5 votes. Leave a comment below and cast your vote.
Unregistered user ratings will not appear until there are at least 10 votes.
How to connect to MS SQL Server database
PHP: Sending Email (TextHTMLAttachments)
Create Thumbnail Images using PHP
Passing JavaScript variables to PHP
How to Get the Current Page URL
Blocking access to the login page after three unsuccessful login attempts
How to install and configure PHP 5 on Windows box
Using Regular Expressions with PHP
This resource was posted on Oct 13, 2010 and was not modified since.
Is our information correct? Let us know if we should change something.
If this is your resource, you can allow users to rate it from your website.
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if/else and switch statements.