- Impact
- 16
Hey,
Basically there is a very annoying thing when you define an array();, if say i had :
$TheArray = array(get_content(true),$bla,get_header());
It would actually run those functions even though i haven't individually picked them out, is there anyway to define these in an array without it running them? I've tried stuff like enclosing them in '' but then it presumes they're a string and cocks up when i try eval() on them.. :S
Im out of ideas guys! Help!
Basically there is a very annoying thing when you define an array();, if say i had :
$TheArray = array(get_content(true),$bla,get_header());
It would actually run those functions even though i haven't individually picked them out, is there anyway to define these in an array without it running them? I've tried stuff like enclosing them in '' but then it presumes they're a string and cocks up when i try eval() on them.. :S
Im out of ideas guys! Help!













