chicago123
-
How to get quiz results emailed to me and the user?
Its working now. Straightforward answer --> http://board.phpbuilder.com/showthread.php?10385737-RESOLVED-How-do-I-email-form-results-to-the-user&highlight=
-
How to get quiz results emailed to me and the user?
Please Help!
-
How to get quiz results emailed to me and the user?
Thanks for the suggestion. I got it to send an email to me by using the code below. Now, I need the same message emailed to the user. I have already created an email address field on the quiz page. Thanks!
-
How do I get PHP Quiz Results emailed after being graded?
And here is the code for the grade.php file that is used to grade the quiz (go to 'http://css-tricks.com/building-a-simple-quiz/" for more info): http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/…
-
How to get quiz results emailed to me and the user?
This is the code for the grade.php page, I don't know if I'll need it. BTW I'm using Dreamweaver CS5.5. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml"> PHP Quiz …
-
How to get quiz results emailed to me and the user?
Sorry, I'm really new with this and I'm only in High School. I guess I'll need to go through this step by step. So I've created my PHP Quiz. It's working and the answers are getting checked with the grade.php file, and its d…
-
How to get quiz results emailed to me and the user?
I'm really not getting this. Could someone please get me started on the code for the mail()? I did some but it didn't work. I need the results of the quiz to be emailed to the user and me, and I also need the quiz to still use grade.php to…