Skip navigation.
Home

Add new comment

looking a little closer at eval()...

Hmm... looking at eval("\$arraytest = array($variablelist);"); a little more I think I see WHY it is used now. I'm thinking that $access is a string that contains something like 6,7,12,13,14,15,29.

That way when it's run through the eval() function it will look something like: eval("\$arraytest = array(6,7,12,13,14,15,29);");. hehehe... wow.

Reply




*

  • Web and e-mail addresses are automatically converted into links.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <p> <br /> <br>