Hi, I need some advice from those who know what they are doing with php.
I am going to have a form. When someone enters a web site name into the form, all the rest of the form fields will send to an email address for the web site that the email belongs to. What do I include into the php so that after the web site name is entered, it will pull its email address from the database and automatically send to form field to it.
The reason I need to do this is I need others to contact some web sites from my site, without listing all their email addresses online.
I already know how to set up a php email form and a mysql database, just need help figuring how to adjust the php code and database for this. Thank you very much!