it wont let me use isset to check if it has been set or not
Code: Select all
if (isset($strlvl))
{
echo 'boo';
}
else
{
$strlvl=4;
}if (!isset($strlvl)) so its saying if its false
- Thanks
NVM I cant belive I didnt notice, it was the wrong line lolz