Hi can anyone see a problem with this. When I try to update the database it does not work have I missed something
?
and it produces the following statement when I check and I cant see a problem
any ideas
?
Code:
$finsql = "UPDATE gh_vacancies SET title = \"$title\", description = \"$description\", keyskills = \"$keyskills\", salary = \"$salary\", type = \"$type\", deadline = \"$year_deadline-$month_deadline-$day_deadline\", company = \"$company_id\", submitted_by = \"$submitted_by\" where id = \"$jobid\"";
$insertsql = mysql_query($finsql);
echo "mysql=$finsql";
and it produces the following statement when I check and I cant see a problem
Code:
mysql=UPDATE gh_vacancies SET title = "Producer1", description = "We are currently looking for an experienced Producer to join us at this exciting time, working on both current and next gen contracts accross all platforms. ", keyskills = "Key Skills: Involvement with at least 2 published games Proven personnel management and scheduling capabilities if you are interested in working with Eutechnyx or have any other enquiries about this vancancy, please send an email to: ", salary = "", type = "3", deadline = "2006-05-5", company = "Co Limited", submitted_by = "name@email.com" where id = "27"
any ideas