$msg, 'link' => $link, 'label' => $label), 'dash_fatal.tpl').PHP_EOL; require('footer.php'); die; } function typestr ($type) { switch ($type) { case 'EMPLOYER': return 'Employer'; case 'EMPLOYEE': return 'Employee'; default: return 'Team Member'; } } function rating_format ($rating = null, $typestr = 'Employer') { if (is_null($rating)) return $typestr.' Not Rated'; return number_format($rating, 1).' Star '.$typestr; } function draw_noads () { ?>
It's FREE!
You haven't posted any ads yet! It's a quick and easy way to get connected to the workers you need.
Post an ad!
Post another ad. It's FREE!
This ad hasn't received any responses yet. In the meantime, be sure to post more to maximize your exposure.
Post an ad!
=htmlentities($row['title']);?>
Uncategorized'.PHP_EOL; else echo ''.htmlentities($row['cat_name']).'
'.PHP_EOL; ?>=htmlentities($row['location']);?>
=rating_format($row['rating']);?>
Pays $=number_format($row['pay'], 2);?>
=htmlentities(substr($row['description'], 0, min(strlen($row['description']), 160)));?> [...]
=htmlentities($row['name']);?>
=rating_format($row['rating'], 'Employee');?>
=htmlentities($row['address']);?>
=htmlentities(substr($row['comment'], 0, min(strlen($row['comment']), 160)));?> [...]