Page is a not externally linkable
bartainer - 9:26 pm on Jan 6, 2007 (gmt 0)
Once the PHP is processed (validated) then the html will pick up. Html will not show until PHP is processed. Check your form tags.
When I process my forms, all my html is inserted beneath the PHP code. That I call my "thank you" page (e.g. thankyou.php). I carry my variables echo $name (no hidden fields) over to the next page to personlaize my thank you page.