[SOLVED] Â Email person after added |
4/24/2015 9:00:09 AM |
PHPRunner General questions | |
B
Blooper author
Hi there. |
|
![]() |
Sergey Kornilov admin 4/24/2015 |
If record is added to DBINFO table $values["REPORTERSEMAIL"] gives you access to entered email address. No need to execute any SQL queries, just use something like this: $email=$values["REPORTERSEMAIL"]; |
B
|
Blooper author 4/28/2015 |
Thank you sir. This seemed to do the trick.. Seems simpler is sometimes better. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=77185&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |