« on: November 23, 2008, 07:41:58 PM »
I got your email and download the update file.
after the file updated, i try to add new listing..
and error is appear
That's not very nice... that does not belong to you.
i check the updated query.php
$controller = $_POST['controller'];
$pieces = explode("~", $controller);
$table = $pieces[0];
$qt = $pieces[1];
$return = $pieces[2];
$id = $pieces[3];
id is not appear in $_POST['controller']
then i check
<input type="hidden" name="controller" value="LISTINGS~<?php echo $qt; ?>~account_listings~<?php echo $_GET[id]; ?>" />
$_GET[id] is never have value..
please comment