Welcome Guest, Not a member yet? Register   Sign In
Using (@) error suppression on Undefined Variables
#3

[eluser]cahva[/eluser]
..or use:
Code:
if (isset($logged_in) AND $logged_in == TRUE)
But as bigtony said, thats definately information that belongs to session, so use that.


Messages In This Thread
Using (@) error suppression on Undefined Variables - by El Forum - 09-10-2009, 12:00 AM
Using (@) error suppression on Undefined Variables - by El Forum - 09-10-2009, 01:43 AM
Using (@) error suppression on Undefined Variables - by El Forum - 09-10-2009, 03:07 AM
Using (@) error suppression on Undefined Variables - by El Forum - 09-10-2009, 03:17 AM
Using (@) error suppression on Undefined Variables - by El Forum - 09-10-2009, 03:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB