Okay how would i do this,
i want to do something like
PHP Code:
$url = $var1 $var2 $var3 $var4
since i am making a url and when i do that in the include() it fails and throws the error.
cause it is pulling data from 2 different arrays to make the url 1 array to define what folder the file(s) are in and the 2nd array to tell the file to use. but i really dont want 1 array as it would be quite long and tedious to debug. as the first array points out 8 different folders and the 2nd array contains 7 different commands for editing/viewing data.
so in short with only 1 array that would be 56 files linked to the everything in 1 dir.
and yes the file names are the same in every dir
so how would i write 1 var to use 4 different vars to make up the url address?
__________________
AMW_Drizz
Php 5.2 Mysql 4.1 IIS 6 Win2k3 Server && PHP 5.2 MySQL 4.1 Apache 2.2 (separate machine of course)
|