I am having a problem with this one script.
Check the source of the HTML page here
and the souce of the PHP page is
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgproperties="fixed" leftmargin="75" style="background-image: url('./images/mb_bg.gif')">
<?php
echo "$emailuser";
?>
</body>
</html>
Can anyone help??
Check the source of the HTML page here
and the souce of the PHP page is
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgproperties="fixed" leftmargin="75" style="background-image: url('./images/mb_bg.gif')">
<?php
echo "$emailuser";
?>
</body>
</html>
Can anyone help??