<?php
print "hello world";
print $get_quote;
print $send_button;
print $message;
print "$message";
if ($send_button == "Send Message"){
print "Thank you for your e-mail";
}
if ($get_quote == "Get Quote"){
print "Thank you for your Quote Request";
}
?>
Nothing fancy yet.. it's just that this works on one server and not the other.. and I'm wondering what the problem is.. it's my friend's server, and he has just installed PHP, did he do somthing wrong?
It doesn't pass variables with POST or GET..