I have tried everything, read everything and I know there must be a way to:
Use session variables on page where both PHP and HTML are mixed.
Example:
<?
echo $car;
echo "blah blah sessions...";
?>
<TITLE></TITLE>
<BODY>
...
Does anyone know how to, or has anyone read an article which prooves this imposible on PHP?
Thanks
Regards,
Omid S.