GetReady Posted April 8, 2010 Share Posted April 8, 2010 Hey im fairly new to this whole scene and this line of code just isn't working im sure its something simple but cannot work it out for the life of me, can i get a hand please? Thanks <? if !$cgi['turing']||(strtolower ($cgi['turing'])!=strtolower ($_SESSION['number1']))){ $echoS= "You should type the text that you see on the image."; ?> Link to comment https://forums.phpfreaks.com/topic/197950-hey-can-i-get-a-hand-please/ Share on other sites More sharing options...
Dark57 Posted April 8, 2010 Share Posted April 8, 2010 <?php if (!$cgi['turing']||(strtolower ($cgi['turing'])!=strtolower ($_SESSION['number1'])))) { $echoS= "You should type the text that you see on the image."; } ?> Simple syntax errors? Try that. Link to comment https://forums.phpfreaks.com/topic/197950-hey-can-i-get-a-hand-please/#findComment-1038736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.