Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~203 People Reached
Favorite Forums
UI / UX Design x 2
Web Development x 1
Favorite Tags
php x 3
web-design x 2
2 Posted Topics
Hello, I am trying to do a simple form (text fields only). The users enter, submit, then there is a confirmation page and information is sent to an email. When 'submit' is clicked there is no information returned from the $_POST variable. Here is the code: [PHP] $to="[email protected]"; $subject=$_POST['course']; echo …
Hello, ( Sorry I originally posted this on the wrong forum) I am trying to do a simple form (text fields only). The users enter, submit, then there is a confirmation page and information is sent to an email. When 'submit' is clicked there is no information returned from the …
The End.
AMulligan