I just have a basic question, I believe. I'm doing a simple script where I want it to email the results from a form, but it won't work. I changed it to a super simple mail dealio and it still didn't work:
mail ("promovi@hotmail.com", "Subject fun", "message");
But it still returns false. I'm not sure if there is something I need to change in php to get it to work (I haven't changed anything yet). I'm using a hosting service that provides me with php use, so I'm not sure if I need to contact them or what.
If anyone could shed some light on this, I'd greatly appreciate it.
Thanks, Paul ô¿ô