Error performing query : ". mysql_error()."

"); } $row=mysql_fetch_array($result); $email=$row["email"]; if ($addsummary) { $summary=nl2br($summary); $sql="INSERT INTO headhunt SET ". "cid='$visitor',". "email='$email',". "prefjobtitle='$prefjobtitle',". "availability='$availability',". "summary='$summary',". "experience='$experience',". "date=curdate()"; if (!mysql_query($sql)){ echo("

Error performing query : ". mysql_error()."

"); } } if ($edit==1) { $sql="UPDATE headhunt SET ". "prefjobtitle='$prefjobtitle',". "availability='$availability',". "summary='$summary',". "experience='$experience',". "date=curdate() WHERE cid='$visitor'"; if (!mysql_query($sql)){ echo("

Error performing query : ". mysql_error()."

"); } } if ($delete==1) { $sql="DELETE FROM headhunt WHERE cid='$visitor'"; mysql_query($sql); } $q="SELECT * FROM headhunt WHERE cid='$visitor'"; $result=mysql_query($q); if (!$result){ echo("

Error performing query : ". mysql_error()."

"); } $num=mysql_num_rows($result); $row=mysql_fetch_array($result); $row["experience"]=translate_experience($row["experience"]); ?>

beHeadhunted!

Previous Headhunt information deleted from system.

"); } echo("If you provide us with a brief overview of your career, employers will be able to search our database and headhunt you.

"); echo("You can store vital information about yourself to the system which will give employers an overview of your career and skills to date without making specific contact information or history visible to them.

Employers will be able to review this information, and if they are interested there will be a notification for you on the system when you login.

You will then have the option to contact these employers only if you wish to.

Click here to add this headhunt information."); else: echo("This is your headhunt information. Together with the skills and preferred job category you entered with your profile, employers can now see a good profile of your talents, while not accessing your contact details.

"); echo("
Title Description
Desired Position ".$row["prefjobtitle"]." 
Availability ".$row["availability"]." 
Career Overview ".$row["summary"]." 
Experience ".$row["experience"]." 
Action Edit | Delete

"); endif; ?>