Hello again!
So far PHP has treated me quite well, and everything shows up perfect under a syntax check with PHP5. However, I have a small problem. I want a user to send a piece of info to me via a form, which then emails it to me. Simple enough. But how do I tell PHP which email address to send it to? I've tried this:
define('EMAILTO',"MY EMAIL HERE");
But it doesn't work, maybe because the server I'm on is running PHP 3.something... So yes, could anyone please reccommend what to do? Much appreciated,
Scarum