", "'>", $job[description]); $job[description]=str_replace("`>", "'>", $job[description]); $job[description]=str_replace("`", "'", $job[description]); $job[description]=str_replace("~", """, $job[description]); $job_keyword_start=strpos("$job[description]", ""); $job_keyword_end=strpos("$job[description]", ""); if($job_keyword_end>0){$job_keyword_end=$job_keyword_end+11;} $job1[description]=substr("$job[description]", 0, $start); $job2[description]=substr("$job[description]", $job_keyword_end); $job[description]="$job1[description]"."$job2[description]"; $job[company]=str_replace("`", "'", $job[company]); $job[company]=str_replace("~", """, $job[company]); if($job[profile]=='0'){$company[profile]="";} else{$profile=mysql_query("SELECT profile FROM accounts WHERE email='$job[email]'"); $profile=mysql_fetch_assoc($profile); $company[profile]="$profile[profile]";} if($job[logo]==""){$company[logo]="";} else{$company[logo]="";} if($job[phone]>0){$job[phone]="(".substr($job[phone], 0, 3).")".substr($job[phone], 3, 3)."-".substr($job[phone], 6, 4)." ext".substr($job[phone], 10);}else{$job[phone]="";} if($job[fax]>0){$job[fax]="(".substr($job[fax], 0, 3).")".substr($job[fax], 3, 3)."-".substr($job[fax], 6, 4)." ext".substr($job[fax], 10);}else{$job[fax]="";} print("
"); print(">> Return to Job Search
"); if($job[ad]!=''){ print("

$job[job_title]

"); if($job[type1]!=''){print("");} if($job[hourly_wage]!=''){ $job[wage_frequency]=substr($job[hourly_wage], 0, 1); $job[hourly_wage]=substr($job[hourly_wage], 1); if($job[wage_frequency]=='a'){$job[wage_frequency]="Annually";} elseif($job[wage_frequency]=='w'){$job[wage_frequency]="Weekly";} else{$job[wage_frequency]="Hourly";} $time2=date("M d, Y", $job[expiry]); print("");} if($job[metro]!=''){print("");} print(""); if($job[education]!=''){print("");} print("
Employer: "); if($job[logo]!=''){print("$job[company]");} print("
Type: $job[type1]
Wage: $$job[hourly_wage] $job[wage_frequency]
Metro Area: $job[metro]
City: $job[city]
State/Province: $job[province]
Zip/Postal Code: $job[postal]
Valid Until: $time2
Education: $job[education]

$job[description]

"); print("
"); $application_link=""; print("
$application_link
"); if($job[profile]>0){ $company[profile]=str_replace("`", "'", $company[profile]); $company[profile]=str_replace("~", """, $company[profile]); print("
"); if($job[logo]!=''){print(" $job[company] - View All Jobs From $job[company] ");} print("
$company[logo]
$company[profile]
");} } else{ print("
This job is no longer available
This job is no longer available. We apologize for any inconvenience this may have caused.
Return to your search results.
"); } print("
"); } include("bottom.php"); ?>