Quantcast
Channel: News script inserting news data, but not editing news - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Moseleyi for News script inserting news data, but not editing news

Try this: UPDATE news SET title = '$title', dtime = NOW(), text1 = '$text1', text2 = '$text2' WHERE newsid = '$newsid'

View Article



Answer by MrCode for News script inserting news data, but not editing news

Assign a value to your text inputs and textareas so that they will display the article for editing:<input name="title" size="40" maxlength="255" value="<?php echo htmlspecialchars($title);...

View Article

News script inserting news data, but not editing news

So I've got this code working so it can insert news into it's table, but the problem is the editing news afterwards if need be.I've been trying different ways, but it seems to not be working full stop....

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images