tommyda Posted October 8, 2007 Share Posted October 8, 2007 i keep getting the error T_CONSTANT_ENCAPSED_STRING when i remove the code below the script works so i know that there is something wrong with it if ($rating > "5"){die "Error: Rating must be between 1 and 5 please contact the support team";}; ????????/ Link to comment https://forums.phpfreaks.com/topic/72233-solved-t_constant_encapsed_string-where/ Share on other sites More sharing options...
pocobueno1388 Posted October 8, 2007 Share Posted October 8, 2007 <?php if ($rating > 5){ die ("Error: Rating must be between 1 and 5 please contact the support team"); } ?> Link to comment https://forums.phpfreaks.com/topic/72233-solved-t_constant_encapsed_string-where/#findComment-364229 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.