Forum: PHP Mar 2nd, 2005 |
| Replies: 5 Views: 6,265 I'm trying to create a generic form that will send to my admin email account. I have a few different forms that will use the generic template, once I figure out how to make it work. Thanks. |
Forum: PHP Mar 2nd, 2005 |
| Replies: 5 Views: 6,265 OK, I used the suggested code change. This is the form.php code:
$validReferrers = array('retas-school.com','www.retas-school.com','');
// Use the this array (or create new arrays with a... |
Forum: PHP Mar 1st, 2005 |
| Replies: 5 Views: 6,265 UPDATE:
I got the script to work from:
PHP Tutorial: Writing Your First PHP Script: Feedback Form Script by Christopher Heng, thesitewizard.com,
so at least I know that yahoo is working... |
Forum: PHP Mar 1st, 2005 |
| Replies: 5 Views: 6,265 Uber newbie here. Have downloaded three different form scripts but none of them will actually send the email. Using yahoo small business standard hosting which says they support php. The form appears... |