Re: [PHP] MORE INFO > Eval()??? A variables contents?

2001-11-09 Thread Chris Hobbs
OK, maybe I'm missing something, but why not just replace: > with: Assuming your Query_Database() function returns a string, this should work fine. Christopher Raymond wrote: > > Okay there are two files involved here. First is my index.php file: > > $params = array('class' =

[PHP] MORE INFO > Eval()??? A variables contents?

2001-11-09 Thread Christopher Raymond
Okay there are two files involved here. First is my index.php file: $params = array('class' => 'text10', 'content' => 'Query_Database( $category )'); switch ( $mode ) { case "list": Make_TR( $params ); // This is executing the included function. break;