$results = common_jobs::job_details($job_id); extract($results); $client_name = common_clients::get_client_name($client_id); $location = common_location::get_location($location_id); $html = '
Job Number: | '.$job_id.' | ||||
Job Name: | '.$job_name.' |
||||
Location: | '.$location.' |
||||
Description: | '.$description.' |