|
Displaying: testdb.php
Deprecated: Function ereg_replace() is deprecated in /home/astute/www/html/tutorials/mysql/display.php on line 14
Deprecated: Function ereg_replace() is deprecated in /home/astute/www/html/tutorials/mysql/display.php on line 20
Deprecated: Function ereg_replace() is deprecated in /home/astute/www/html/tutorials/mysql/display.php on line 31
Deprecated: Function ereg_replace() is deprecated in /home/astute/www/html/tutorials/mysql/display.php on line 32
Deprecated: Function ereg_replace() is deprecated in /home/astute/www/html/tutorials/mysql/display.php on line 33
<?php
require_once $_SERVER['DOCUMENT_ROOT'].'/util.php';
printHeader('Vt. Web Wizard - Internet/Database/IT Consultants','Consultant, Web Programming, Perl, C/C++,Databases, CGI, SQL, Java, Javascript, PHP, MySQL, Sybase, Visual Basic,MS Access');
$sql = new MySQL_class;
$sql->Create("churchil_demo");
echo("Database connection successful.\n");
echo("<br><br><p>\n");
echo("<a href=\"display.php?file=testdb.php\">Display\n");
echo("the code for this file</a>\n");
?>
<br>
<a href="JavaScript:window.history.back()">Back to the Demo</a>
<?php printFooter(); ?>
Back
|
|