Re: [PHP-WIN] n00b cannot start MySQL

2007-07-28 Thread Abhisek Dutta
mysqld-nt.exe is running. 'netstat -an' gives: / Proto Local Address Foreign AddressState TCP0.0.0.0:80 0.0.0.0:0 LISTENING TCP0.0.0.0:1350.0.0.0:0 LISTENING TCP0.0.0.0:4450.0.0.0:0 LISTEN

RE: [PHP-WIN] Arrays past to functions

2007-07-28 Thread Jeff White
Hello Jacob, This may be what you're looking for: $Rate) { $Ret[$State] = $Amount * ($Rate/100); } return $Ret; } echo "Payment: " . $payment = 1500; $taxRates = array("CA" => 5 , "WA" => 7, "OR" => 8); $taxresults = compute_salestax ($payment, $taxRa