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 Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.