is there any way to do this:
$edit_field = $_GET['edit_field'];
$row_return[' $edit_field '];
sorry for the newbie question. thanks
$edit_field = $_GET['edit_field'];
$row_return[' $edit_field '];
sorry for the newbie question. thanks
Comment