Jump to content

[SOLVED] alter a specific field


vwinstead

Recommended Posts

I know this doesn't work because I tried it, but what is the correct format for changing the value of a field for a specific line according to an "id" number:

 

$query = "INSERT INTO contents (body)

VALUES ('$postedValue') WHERE id=0";

 

So far I've only been able to INSERT a whole new line, but I don't want to do that, I want to change the value of the "body" field in the line corresponding to an "id" value of zero.

Link to comment
https://forums.phpfreaks.com/topic/143938-solved-alter-a-specific-field/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.