My hosting company switched from a binary version of PHP 4 to the full version and I am getting a new error with my form.
Could someone help me?
The error is
Parse error: parse error in /hostin0/public_html/bone/general_formmail.php on line 305
which is the line - exit;
Here is the code in question:
print (\"<div align=\'left\'>
<div align=\'left\'>
<head>
<title>The Bone of Saint Joseph</title>
</head>
<body onLoad=\'resizeTo(726,580);\' topmargin=\'0\' leftmargin=\'0\' marginheight=\'0\' marginwidth=\'0\' bgcolor=\'#ffffff\'>
<table border=\'0\' cellpadding=\'0\' cellspacing=\'0\' width=\'700\'>
<tr><!-- row 1 -->
<td background=\'book_a_gig_thanks_r1_c1.gif\' valign=\'top\' width=\'552\'>
<td width=\'171\'><map name=\'FPMap1\'>
<area target=\'_self\' coords=\'19, 238, 69, 252\' shape=\'rect\' href=\'tuesdays.html\'>
<area target=\'_self\' coords=\'71, 239, 139, 252\' shape=\'rect\' href=\'wednesdays.html\'>
<area target=\'_self\' coords=\'78, 254, 131, 266\' shape=\'rect\' href=\'fridays.html\'>
<area target=\'_self\' coords=\'48, 267, 99, 280\' shape=\'rect\' href=\'saturdays.html\'>
<area target=\'_self\' coords=\'33, 253, 81, 265\' shape=\'rect\' href=\'thursdays.html\'>
<area target=\'_blank\' href=\'http://www.doyoubone.com/cgi-bin/calendar/calendar.cgi\' shape=\'rect\' coords=\'18, 85, 140,
204\'>
<area coords=\'41, 317, 116, 333\' shape=\'rect\'
href=\'javascriptšisplayImage(\'http://www.markation.com/bone/whatsontap.jpg\',\'536\',\'447\')\'>
<area coords=\'51, 333, 107, 346\' shape=\'rect\'
href=\'javascriptšisplayImage(\'http://www.markation.com/bone/marpeeties.gif\',\'655\',\'278\')\'>
<area coords=\'51, 348, 107, 360\' shape=\'rect\'
href=\'javascriptšisplayImage(\'http://www.markation.com/bone/bonearitas.gif\',\'478\',\'341\')\'>
<area href=\'javascriptšisplayImage(\'http://www.markation.com/bone/peetiespicks.gif\',\'655\',\'266\')\' shape=\'rect\' coords=\'46,361, $
</map>
<img name=\'interface_r1_c2\' src=\'normal_r1_c2.gif\' border=\'0\' usemap=\'#FPMap1\' width=\'171\' height=\'400\'></td>
</tr>
<font size=\'1\' color=\'#FFFFFF\'>
</body>\".
exit;
}
// <---------- THE END ----------> //print (\"<div align=\'left\'>
<div align=\'left\'>
<head>
<title>The Bone of Saint Joseph</title>
</head>
<body onLoad=\'resizeTo(726,580);\' topmargin=\'0\' leftmargin=\'0\' marginheight=\'0\' marginwidth=\'0\' bgcolor=\'#ffffff\'>
<table border=\'0\' cellpadding=\'0\' cellspacing=\'0\' width=\'700\'>
<tr><!-- row 1 -->
<td background=\'book_a_gig_thanks_r1_c1.gif\' valign=\'top\' width=\'552\'>
<td width=\'171\'><map name=\'FPMap1\'>
<area target=\'_self\' coords=\'19, 238, 69, 252\' shape=\'rect\' href=\'tuesdays.html\'>
<area target=\'_self\' coords=\'71, 239, 139, 252\' shape=\'rect\' href=\'wednesdays.html\'>
<area target=\'_self\' coords=\'78, 254, 131, 266\' shape=\'rect\' href=\'fridays.html\'>
<area target=\'_self\' coords=\'48, 267, 99, 280\' shape=\'rect\' href=\'saturdays.html\'>
<area target=\'_self\' coords=\'33, 253, 81, 265\' shape=\'rect\' href=\'thursdays.html\'>
<area target=\'_blank\' href=\'http://www.doyoubone.com/cgi-bin/calendar/calendar.cgi\' shape=\'rect\' coords=\'18, 85, 140,
204\'>
<area coords=\'41, 317, 116, 333\' shape=\'rect\'
href=\'javascriptšisplayImage(\'http://www.markation.com/bone/whatsontap.jpg\',\'536\',\'447\')\'>
<area coords=\'51, 333, 107, 346\' shape=\'rect\'
href=\'javascriptšisplayImage(\'http://www.markation.com/bone/marpeeties.gif\',\'655\',\'278\')\'>
<area coords=\'51, 348, 107, 360\' shape=\'rect\'
href=\'javascriptšisplayImage(\'http://www.markation.com/bone/bonearitas.gif\',\'478\',\'341\')\'>
<area href=\'javascriptšisplayImage(\'http://www.markation.com/bone/peetiespicks.gif\',\'655\',\'266\')\' shape=\'rect\' coords=\'46,361, $
</map>
<img name=\'interface_r1_c2\' src=\'normal_r1_c2.gif\' border=\'0\' usemap=\'#FPMap1\' width=\'171\' height=\'400\'></td>
</tr>
<font size=\'1\' color=\'#FFFFFF\'>
</body>\".
exit;
}
// <---------- THE END ----------> //