hi could any one please help, I have a php form that is returning ok but it is only returing the varient headers and not the content. i am running my own plesk server running php ver 5.
Best wishes
Derek
Best wishes
Derek
[client 149.254.192.192] PHP Notice: Undefined index: name in /var/www/vhosts/concrete-crusher.co.uk/httpdocs/contact.php on line 14, referer: http://www.concrete-crusher.co.uk/kandb.swf [client 149.254.192.192] PHP Notice: Undefined index: phone in /var/www/vhosts/concrete-crusher.co.uk/httpdocs/contact.php on line 15, referer: http://www.concrete-crusher.co.uk/kandb.swf [client 149.254.192.192] PHP Notice: Undefined index: email in /var/www/vhosts/concrete-crusher.co.uk/httpdocs/contact.php on line 16, referer: http://www.concrete-crusher.co.uk/kandb.swf [client 149.254.192.192] PHP Notice: Undefined index: message in /var/www/vhosts/concrete-crusher.co.uk/httpdocs/contact.php on line 17, referer: http://www.concrete-crusher.co.uk/kandb.swf [client 149.254.192.192] PHP Notice: Undefined index: email in /var/www/vhosts/concrete-crusher.co.uk/httpdocs/contact.php on line 18, referer: http://www.concrete-crusher.co.uk/kandb.swf [client 149.254.192.192] PHP Notice: Undefined index: email in /var/www/vhosts/concrete-crusher.co.uk/httpdocs/contact.php on line 19, referer: http://www.concrete-crusher.co.uk/kandb.swf
on (release) {
_parent.getURL("contact.php","_blank",
"GET");
_parent.name="name:";
_parent.phone="phone:";
_parent.email="email:";
_parent.message="message:";
}
name: phone: email: message:
on (release) {
_parent.getURL("contact.php","_blank",
"GET");
_parent.name="John Doe";
_parent.phone="311 2456 443";
_parent.email="JohnDoe@ThatSite.com";
_parent.message="You have been registered ... blah ... blah ...";
}
Comment