Apr 12, 2012

PHP Function / is_int

Description

This conditional function checks if the given variable is an integer type. This is a boolean function, meaning it returns either TRUE or FALSE.

Apr 10, 2012

PHP Function / is_string

Description

This conditional function checks if the given variable is a string type. This is a boolean function, meaning it returns either TRUE or FALSE.

$_SERVER['SCRIPT_NAME'] in PHP

$_SERVER['SCRIPT_NAME'] Returns the filename that is being used together with the pre-directory path only. It excludes query/variable appended and any post sub directory.

Nov 1, 2010

Connect to MSSQL Server Database using PHP

Connect to MSSQL  Server Database using PHP


This lesson wont work if your php version is 5.3 due to PHP dropped support in 5.3 for the mssql.dll.