I have a listview populated with list items from mysql.
I have data-icon delete in each list view.
I can remove single list items with remove and refresh but when I try to use ajax to delete from mysql and refresh my listview, all I get is an undefined index: id in my delete.php page.
Here is some of my code:
<li id = <?php echo "$row[0]"?> data-icon="delete"><a href="delete.php" data-ajax="false">