Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,891
- Themes
- 10,444
- Plugins
- 15,399
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
Got now this:
<?php
require_once('../bb-load.php');
global $bbdb, $bb_table_prefix;
$id = $_POST['id'];
$content = $_POST['content'];
$bbdb->query("UPDATE ".$bb_table_prefix."menu SET item = '". $_POST['content'] ."' WHERE item_id = '". $_POST['id'] ."'");
echo stripslashes(htmlentities($content));
?>
This should work?