|
Displaying: hello.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');
echo("Hello World\n");
echo("<br /><br /><p>\n");
echo("<a href=\"display.php?file=hello.php\">Display\n");
echo("the code for this file</a></p>\n");
?>
<a href="JavaScript:window.history.back()">Back to the Demo</a>
<?php printFooter(); ?>
Back
|
|