Can anyone tell me why this won't work please!
I have an insert command that goes like this:
$sql="INSERT INTO news(Title, Body,) VALUES ( \"$title\", \"$body\" )";
Therefore I thought that the update command would be like this:
$sql="UPDATE news SET Title...
Hello there,
I've just started using PHP and MYSQL -
I want to create a news section on the website where the news administrator can log on and update all the records.
I can get PHP to list all of the entries in a Database, but I just want to now get it to print ONE ROW from the database For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.