![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveMail form problem
From: Jazztastic <jazztoe@hotmail.com>
Date: Fri Dec 30 2005 - 14:18:17 CET
I'm trying to send information from a contact page to my own email
(quote)
mail('nobody@example.com', 'the subject', 'the message', null, '-f{put
OR
$to = 'nobody@example.com';
Can someone please instruct me how to implement tis into a contact
|