patto Posted July 17, 2006 Share Posted July 17, 2006 Somewere in this line of code:if (isset($_GET['F']) && ($_GET['F'] + 0 ><HTML><HEAD><TITLE>Cable Sag Error (Catenary Curve Effect) Calculator</TITLE>there is an error causing this:Parse error: parse error, unexpected '<' in C:\wamp\www/calc etc...pls help Link to comment https://forums.phpfreaks.com/topic/14814-spot-the-error/ Share on other sites More sharing options...
wildteen88 Posted July 17, 2006 Share Posted July 17, 2006 This:[code]if (isset($_GET['F']) && ($_GET['F'] + 0 ><HTML><HEAD><TITLE>Cable Sag Error (Catenary Curve Effect) Calculator</TITLE>[/code]Is completly incorrect, well the first part isn't ( iif (isset($_GET['F']) &&) but the secound bit is incorrect what are you trying to do? with this bit - [code]($_GET['F'] + 0 ><HTML><HEAD><TITLE>Cable Sag Error (Catenary Curve Effect) Calculator</TITLE>[/code] Link to comment https://forums.phpfreaks.com/topic/14814-spot-the-error/#findComment-59208 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.