Rusty.Metal Posted March 29, 2003 Share Posted March 29, 2003 (edited) how come this dosent work $config['canvas_name'] = "templates/Classix_{$varables[0]}_"; i used it as a include its looking for classix__ Edited March 29, 2003 by aaronsam Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted March 29, 2003 Veteran Share Posted March 29, 2003 $varables Don't you mean $variables? Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted March 29, 2003 Author Share Posted March 29, 2003 $variables = explode( "/", $_SERVER['PATH_INFO'] ); i changed it so it says $variables[0] im viewing the script like this : script.php/red/45 would it be because $config['canvas_name'] and $config = array() ?? Link to comment Share on other sites More sharing options...
Question
Rusty.Metal
how come this dosent work
$config['canvas_name'] = "templates/Classix_{$varables[0]}_";
i used it as a include its looking for classix__
Edited by aaronsamLink to comment
Share on other sites
2 answers to this question
Recommended Posts