[jQuery] json function to parse value to php...HELP

[jQuery] json function to parse value to php...HELP


var sd=jQuery.noConflict();
sd.getJSON("/include/employer/template/edit.php?action=eeeet",
{finaladdress:<?php echo $finaladdress ?>,gp:fpoint,job_id:<?php echo
$job_id ?>}, function(json) {
    // q.post("/include/employer/template/tryinp.php?geocode=finalpoint",
function(xml) {
                //alert(xml);
                var gphp=json.status;
                alert(gphp);
            },"json");
is it correct??but firebug return error "glasgow(the $finaladdress
value) is not define)
T.T help....