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.

Oct 27, 2010

Learn MySQL: MySQL Facts.




MySQL is a database management system DBMS. The DBMS create, read, update, and delete data in the database. It also controls access to the data. The DBMS may be used directly by users or used programatically by another computer program that requires the use of database.