KenFranklin Posted May 14, 2018 Share Posted May 14, 2018 How to get value. Work: $_POST[$field.'_'.(int)($language['id_lang'])], but without validation. Not work: Tools::getIsset($field.'_'.(int)($language['id_lang'])), but with validation. Link to comment Share on other sites More sharing options...
jgamio Posted May 14, 2018 Share Posted May 14, 2018 getIsset return just true or false not the value to got the value use getValue 1 Link to comment Share on other sites More sharing options...
phinq1910 Posted May 15, 2018 Share Posted May 15, 2018 You can try Tools::getValue('key', $d); $d is default value. 1 Link to comment Share on other sites More sharing options...
KenFranklin Posted May 15, 2018 Author Share Posted May 15, 2018 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now