11 lines
303 B
PHP
11 lines
303 B
PHP
<?php
|
|
/*
|
|
Copyright DHTMLX LTD. http://www.dhtmlx.com
|
|
This version of Software is free for using in non-commercial applications.
|
|
For commercial use please contact sales@dhtmlx.com to obtain license
|
|
*/
|
|
$link = mysql_connect($mysql_host, $mysql_user, $mysql_pasw);
|
|
$db = mysql_select_db ($mysql_db);
|
|
|
|
?>
|