NodeBytes
Dedi Addict
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 page to update the field called "title" where the record id = $id.
Hope that makes sense. If you have questions feel free to ask.
Thanks for your help,
Brendan
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 page to update the field called "title" where the record id = $id.
Hope that makes sense. If you have questions feel free to ask.
Thanks for your help,
Brendan