Can anyone tell me why the following php code produces the errors below
$products = array(array(Code => "TIR", Description => "Tires", price =>
100),
array (Code => "OIL", Description => "Oil", price => 10),
array (Code => "SPK", Description => "Spark Plugs", price => 4)
);
for ($row = 0; $ro
Anybody point me in the direction of a good tutorial or book on installing
Linux on a Win2k machine as a dual boot system.
Thanks in advance,
Sean M. Mayhew
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Im trying to set up virtual hosts with apache for testing php on my local
machine. I've searched the web all over and found the same instructions
consistantly and have tried them numerous times but have been unsuccessful.
First of all I'm having trouble determining where this "hosts" file is
s