Welcome Guest, Not a member yet? Register   Sign In
IF Conditions statement not working in my controller
#3

Further to ivantcholakov's suggestion, insert the following in the first line of your public function states() {

error_reporting(-1); ini_set('display_errors', 'true');

Both errors and warnings should show and you can change the script.

Also str_replace(...); always and only returns a string or error.
Reply


Messages In This Thread
RE: IF Conditions statement not working in my controller - by John_Betong - 05-16-2016, 05:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB