jamesxg1 Posted January 29, 2009 Share Posted January 29, 2009 can anyone do the following for me ? make this little example into a code IF({$_SESSION['groupid'] = 'A' echo("here"); Thanks Quote Link to comment Share on other sites More sharing options...
gaza165 Posted January 29, 2009 Share Posted January 29, 2009 <?php if($_SESSION['groupid'] == 'A') { echo("here"); } ?> ???????????????????????????????????????? Quote Link to comment Share on other sites More sharing options...
.josh Posted January 29, 2009 Share Posted January 29, 2009 enjoy. <?php echo <<<WEDONTWRITECODEFORYOU IF($_SESSION[groupid] = 'A' echo("here"); WEDONTWRITECODEFORYOU; ?> Quote Link to comment Share on other sites More sharing options...
gaza165 Posted January 29, 2009 Share Posted January 29, 2009 i dont really understand what hes asking for? Quote Link to comment Share on other sites More sharing options...
DarkWater Posted January 29, 2009 Share Posted January 29, 2009 enjoy. <?php echo <<<WEDONTWRITECODEFORYOU IF($_SESSION[groupid] = 'A' echo("here"); WEDONTWRITECODEFORYOU; ?> I lol'd. Quote Link to comment Share on other sites More sharing options...
gaza165 Posted January 29, 2009 Share Posted January 29, 2009 lol i bet he uses that code!! LOLZ Quote Link to comment Share on other sites More sharing options...
jamesxg1 Posted January 29, 2009 Author Share Posted January 29, 2009 i dont really understand what hes asking for? Didnt Work :S Quote Link to comment Share on other sites More sharing options...
gevans Posted January 29, 2009 Share Posted January 29, 2009 We're not going to write your code for you, if you a have a question regarding your code ask it. If you can't write a simple if condition then I doubt you've set a session variable Quote Link to comment Share on other sites More sharing options...
redarrow Posted January 29, 2009 Share Posted January 29, 2009 love the eof <?php session_strat(); echo <<<WEDONTWRITECODEFORYOU IF($_SESSION[groupid] = 'A' echo("here"); WEDONTWRITECODEFORYOU; ?> Quote Link to comment 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.