Cardale Posted November 22, 2009 Share Posted November 22, 2009 Does isset have a limit on how many items it can check? Link to comment https://forums.phpfreaks.com/topic/182478-isset-have-a-limit/ Share on other sites More sharing options...
Alex Posted November 22, 2009 Share Posted November 22, 2009 The short answer is no. Link to comment https://forums.phpfreaks.com/topic/182478-isset-have-a-limit/#findComment-963054 Share on other sites More sharing options...
Cardale Posted November 22, 2009 Author Share Posted November 22, 2009 Not sure if I was doing something wrong or not, but I was limited to 4 entries. if (!isset($_POST['name'], $_POST['email'], $_POST['password'], $_REQUEST['submit']) && !isset($_REQUEST['activate'])){ I had to make separate function otherwise it wouldn't work. Kinda strange to me. Never seen that before. Link to comment https://forums.phpfreaks.com/topic/182478-isset-have-a-limit/#findComment-963055 Share on other sites More sharing options...
Alex Posted November 22, 2009 Share Posted November 22, 2009 There's no reason why it shouldn't work with 5 parameters. Link to comment https://forums.phpfreaks.com/topic/182478-isset-have-a-limit/#findComment-963058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.