Forum: PHP
12-07-2012, 05:07 PM
|
|
Replies: 10
Views: 463
I've had some help with the issue and have...
I've had some help with the issue and have removed the validation code from the page with the form so the form action posts to process.php as in the code above, then process.php does this.
<?php...
|
Forum: PHP
12-06-2012, 08:38 PM
|
|
Replies: 10
Views: 463
I think I've managed to get it to run by moving...
I think I've managed to get it to run by moving the ?> under mysql_close to the bottom and then putting echo 'all the script under the ?>"
I'm waiting for bing to update the tracking info to tell me...
|
Forum: PHP
12-06-2012, 08:38 PM
|
|
Replies: 10
Views: 463
it works! Now I just need to set it to do all...
it works! Now I just need to set it to do all this in the else{} area
The first part is easy enough >_< maybe have a process page after that one with the tracking stuff in it? Or can I get all of...
|
Forum: PHP
12-06-2012, 07:15 PM
|
|
Replies: 10
Views: 463
With my obvoiusly "superb" skills in php I have...
With my obvoiusly "superb" skills in php I have added echo $aErrorMessages; to the bottom of your code and is has given me the response "Array"
I've had a problem with something like this before and...
|
Forum: PHP
12-05-2012, 10:56 PM
|
|
Replies: 10
Views: 463
I think I'm putting it in wrong hahah. I know I...
I think I'm putting it in wrong hahah. I know I write over the code from the top and I'm assuming that I put it in either to just before "if((strlen($valid_first_name)" which I don't believe is what...
|
Forum: PHP
12-05-2012, 08:07 PM
|
|
Replies: 10
Views: 463
|
Forum: PHP
12-05-2012, 06:58 PM
|
|
Replies: 10
Views: 463
PHP form valitaion and submit
I have been working on this form that seems to manage validating the right way, but I need it to submit afterwards and can't figure out how to do that how I want. I'm still new with PHP and could use...
|