I know about the " ; " but php is so syntax sensitive that i get frustrated sometimes

Anyways i needed that for a super simple image gallery script
PHP Code:
<?php $name = $_GET['name'];
echo "<img src=shots/$name.jpg>";
?>
It works now so i guess next thing will be ill try to expand it hehe