VirtualWriter.net

Title

Virtual Writer

Description

Excerpted from the website:

; $MYSQL_ERROR = ; function db_connect() { global $dbhost, $dbusername, $dbuserpassword, $default_dbname; global $MYSQL_ERRNO, $MYSQL_ERROR; $link_id = mysql_connect($dbhost, $dbusername, $dbuserpassword); if(!$link_id) { $MYSQL_ERRNO = 0; $MYSQL_ERROR = "Connect failed to the host $dbhost."; return 0; } else if(empty($dbname) && !mysql_select_db($default_dbname)) { $MYSQL_ERRNO = mysql_errno(); $MYSQL_ERROR = mysql_error(); return 0; } else return $link_id; } function sql_error() { global $MYSQL_ERRNO, $MYSQL_ERROR; if(empty($MYSQL_ERROR)) { $MYSQL_ERRNO = mysql_errno(); $MYSQL_ERROR = mysql_error(); } return "$MYSQL_ERRNO: $MYSQL_ERROR"; } ?>
read more

Languages

English

Address

Phoenix House, 27 Conyngham Rd
Dublin 8 IRELAND

Contact

Local Government Computer Services Board
+353 16457000

Logos

Logo-virtualwriter-net.gif

Additional Information

Related Domains

External Links



Retrieved from "http://aboutus.com/index.php?title=VirtualWriter.net&oldid=4663298"