I have a php script running fine which allows an "admin" to insert/change their email address and stores it in the SQL database. My problem is that I am using a 2nd php script which is just a simple "contact me" form which emails the admin the form results.
I want the admin email (recipiant) for the "contact me" form to be the email address found in the database. Within the contact me form I have the variable:
This script connects with the database just fine, I just dont know what code to insert in order for the email address in the database to be used along with this script. Any suggestions would be greatly appreciated.