Search found 2 matches
- Fri Jun 03, 2011 3:11 am
- Forum: PHP
- Topic: submit form not working
- Replies: 3
- Views: 996
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...
- Thu Jun 02, 2011 5:29 pm
- Forum: PHP
- Topic: submit form not working
- Replies: 3
- Views: 996
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. <?php if (isset($_POST['name']) && isset($_POST['email']) && isset ($_POST['company']) && isset($_POST['message'])) { $name=$_POST['na...