Script Question
Posted: Sat Feb 06, 2016 4:38 pm
I have had the following script on my site at http://www.futurebeacon.com for many years:
I wrote it after studying PHP for only a short time. I don't know how it knows what email address to send the data to. It sends it now to jim@futurebeacon.com, but I want to use it for another one of my sites with a different email address.
Can anybody suggest a course of action?
Thank you for your help.
James Adrian
jim@futurebeacon.com
Code: Select all
<form action="/gdform.php" method="post">
<input type="hidden" name="subject" value="Form From Future Beacon" />
<input type="hidden" name="redirect" value="index.html" />
Name: <input type="text" name="Name" />
Email Address: <input type="text" name="email" />
<input type="submit" name="submit" value="submit"/>
</form>I wrote it after studying PHP for only a short time. I don't know how it knows what email address to send the data to. It sends it now to jim@futurebeacon.com, but I want to use it for another one of my sites with a different email address.
Can anybody suggest a course of action?
Thank you for your help.
James Adrian
jim@futurebeacon.com