• 0

Array


Question

how come this dosent work

$config['canvas_name'] = "templates/Classix_{$varables[0]}_";

i used it as a include its looking for classix__

Edited by aaronsam
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

$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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.