.
i guess i agree... i'll post a "help" and maybe they'll run across it again sometime...
try:
if(isset($_POST["submit"])){
echo "works";
}
else {
echo "doesn't work";
}
if your checking to see if the user has submitted some information, you may want to put a name="submit" method inside your submit button. eg:
<input type="submit" name="submit">
hope that helps... when you come back :p