Alright, so here's my problem, and it's probably an easy fix, I'm just out of it from a long coding session.
This is a php and mysql question...
I want to update the title field where id = $id
$id is a variable passed through the URI and I know how to grab that. I just can't seem to get the...