this is the error code i'm getting:
Parse error: syntax error, unexpected '[' in C:\wamp\www\DWC_Remote\arraynum2.php on line 3
here's my code ... i'm trying a variation of one of ur tutorials.:
Code:
<?php
$nums = array("2", "4", "5");
print_r($nums [2]*[1]);
?>
i know its a simple error but knowledge of php is rudimentary as u can see and tell.