you can pass values in query param by constructing the url like this:
map.php/parameter?cx=115.83333&cy=-32.01667
Again in the php script you can access these values from query params using
$_SERVER['QUERY_STRING']
. Just parse,extract and use the values inside php file.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…