Search found 1 match
- Mon Mar 22, 2010 6:43 pm
- Forum: PHP - Code
- Topic: PHP Help!!
- Replies: 3
- Views: 244
PHP Help!!
Hi, I am currently trying to post to a database but an unsure as to why it is not posting to the database...could someone help please? PHP... <?php $submit = $_POST['submit']; $email = $_POST['email']; $house_number = $_POST['house_number']; $address1 = $_POST['address1']; $address2 = $_POST['addres...