Jump to content

Spot the error


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.