edit news in php mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
HG
Forum Newbie
Posts: 18
Joined: Mon Jun 10, 2002 11:40 am
Location: sweden
Contact:

edit news in php mysql

Post by HG »

do annyone now how to edit a news in php and mysql databas? I now how to delit and ad but how do I do if I whant to wdit and change some of the news? have id on the news.

peac HG
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

work with news IDs
e.g.

Code: Select all

print("<input type='text' name='name' value'$name'>");
$name can be from the database.....


have a look at my news script at http://www.qadsscripts.t2u.com
Post Reply