Suppose, I have this array in php
$cities=array( \"Caracas\"=>array( \"air\"=>array( \"4\",\"3-5 Working Days\",\"Saturday\"
Try json_encode(). JSON is the first, best, and only answer for php<->javascript data transfers.