Check my php scripts please?

Hello everyone.

Quickie help please…

Here are my php scripts:

<?
mail("[email protected]", $customername, $customerphone, $customercomment, “From: PHPMailer
Reply-To: $customeremail
X-Mailer: PHP/” . phpversion());
?>

all variables should be correct. I’m not getting any emails sent to me. I emailed the company to see if they support the mail() function, but what should I do then if they do not support that function.

I appreciate you guys’ help.

Peace

are your variables defined within that page? or are they part of a form that the user fills out?

if #2 are you using GET or POST as your method of the form?

if you are using POST:

$variable = $_POST['variable'];

for GET:

$variable = $_GET['variable'];

Do that for each variable that you need defined…

if the company does not support that function then… uhmmmmm… I’m not sure. You might have to try something else… use space on someoen else’s server…

Hey Jubba-

They are part of a form that users fill out.
I’m sending you an attachment of my files. If you could check them out and let me know what I’m doing wrong.

Thank you for your help Jubba.

Peace,
Craschnburn

if you can post the code on the forum, I can’t open any attachments on this computer and I’m going to be here for 7 more days.

Actually Jubba-

i think i’m on to something here. I wanna be able to see if i can get this on my own for once. but i’ll hit you up if i run into some problems?

thanks yo.

peace