
Joined: 02 Jul 2003
Posts: 558
Location: UK
|
another web problem, should be easy
Guys, i am tring to add a contact form to my webpage, its pretty straight forward but i have to change thedefault settings
//*********
//VARIABLES
//*********
//Make changes here :
//Destination to send the mail to.
$to = "blabla@mysite.be";
//Change this to change the default APACHE server address
$from = "Mysite.be";
//Fill in a reply to address (Optional !)
$replyTo = "";
//This will come in front of the subject from the form (leave blank if you don't want this, otherwise don't forget the 'space')
$prescript = "[Message from ContactForm] ";
can anyone tell me what default information i should use
obviously Łto = "me@mysite.com";
Not sure about apache server address?
Can someone give me a quick fix please!
Cheers Moses _________________ Any Backups Supplied To You By Us Are Supplied On The Understanding That You Own The Original Copy.
*** Discount on discs? Logon to DiskDepot with - username: disqworld password: diskdepot ***
|