Page 1 of 1

edit news in php mysql

Posted: Sun Jun 16, 2002 7:03 am
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

Posted: Sun Jun 16, 2002 8:42 am
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