Tried your code and this is the message im getting plz help.
Warning: error_log() has been disabled for security reasons in /www/110mb.com/a/r/a/m/a/k/i/_/aramaki/htdocs/variable.php on line 25
include(name.php</td>) [function.include]: failed to open stream: No such file or directory
Warning: error_log() has been disabled for security reasons in /www/110mb.com/a/r/a/m/a/k/i/_/aramaki/htdocs/variable.php on line 25
include(name.php</td>) [function.include]: failed to open stream: No such file or directory
Warning: error_log() has been disabled for security reasons in /www/110mb.com/a/r/a/m/a/k/i/_/aramaki/htdocs/variable.php on line 25
include() [function.include]: Failed opening 'name.php</td>' for inclusion (include_path='.:/usr/share/php')
so you know what name.php (snippet)
PHP Code:
$arkvalues = array($mega => 333, $trit => 300, $zyd => 166);
$crimarkvalues = array($mega => 350, $trit => 315, $zyd => 174);
$primarkvalues = array($mega =>366 , $trit => 330, $zyd => 183);
switch($ore){
case 0: ""; break;
case 1: foreach( $arkvalues as $mineral => $num){
echo "<b>$mineral</b> : $num <br />"; }; break;
case 2: foreach( $crimarkvalues as $mineral => $num){
echo "<b>$mineral</b> : $num <br />"; }; break;
case 3: foreach( $primarkvalues as $mineral => $num){
echo "<b>$mineral</b> : $num <br />"; }; break;
}
or if you have a better idea on how to make this code work i am open to ideas and if you could show me alittle code to point me in the right direction that would be great.