When I have my page saved with a .php tag, none of my images show up. If I save it with a .html tag, the images show up, but none code concerning php works… The part that involves the image is as follows:
[php]?>
<?php
if (session_is_registered("LogInError"))
{
?>
<?php echo $_SESSION["LogInError"] ?> <?php session_unregister("LogInError"); } ?> Welcome! Please log in.
Username
Password
//HERE
[/php]
<?php echo $_SESSION["LogInError"] ?> <?php session_unregister("LogInError"); } ?> Welcome! Please log in.
Username
Password