Search found 2 matches

by feebot
Fri Jun 03, 2011 3:11 am
Forum: PHP
Topic: submit form not working
Replies: 3
Views: 829

Re: submit form not working

Thank you , this finally worked!!! I'm not sure if it would have worked this whole time as well, I put the PHP code into a new php file and it worked, when I put it back into my webpage, the css or html screws it up and it is not visible...weird. None the less, thank you everyone for the help, my ne...
by feebot
Thu Jun 02, 2011 5:29 pm
Forum: PHP
Topic: submit form not working
Replies: 3
Views: 829

submit form not working

I have posted this on new boston forum as wel as php academy forum and no one can help. here is my entire php code and form on the same page. [syntax=php] <?php if (isset($_POST['name']) && isset($_POST['email']) && isset ($_POST['company']) && isset($_POST['message'])) { $na...