Cardale Posted November 22, 2009 Share Posted November 22, 2009 Does isset have a limit on how many items it can check? Quote 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. Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/182478-isset-have-a-limit/#findComment-963058 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.