certify
Mon 20th Aug '01, 2:51pm
Assuminng the below codes and I want to save it in .SHTML extention. will it still work?
<head>
<body>
<table>
<tr><td>
<font face="verdana" size="1">Test Page.....</font></td></tr>
</td></tr>
<tr><td>
<?php
chdir($DOCUMENT_ROOT . "/vb_folder");
require("./global.php");
chdir($DOCUMENT_ROOT . "/whateverthefoldernameis");
if ($bbuserinfo['userid']==0) {
echo"<center><font size=1 color=red style=verdana>You need to log in!</font>";
}
else
{
$username=$bbuserinfo['username'];
}
?>
</td></tr>
</table>
</body>
</html>
<head>
<body>
<table>
<tr><td>
<font face="verdana" size="1">Test Page.....</font></td></tr>
</td></tr>
<tr><td>
<?php
chdir($DOCUMENT_ROOT . "/vb_folder");
require("./global.php");
chdir($DOCUMENT_ROOT . "/whateverthefoldernameis");
if ($bbuserinfo['userid']==0) {
echo"<center><font size=1 color=red style=verdana>You need to log in!</font>";
}
else
{
$username=$bbuserinfo['username'];
}
?>
</td></tr>
</table>
</body>
</html>