Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~95 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for klsatellite4

[code] <? ob_start(); ?><?php //session_start(); include('ziplib.php'); //require 'database.php'; //require 'zip/gnu-lgpl.txt'; require 'zip/pclzip.lib.php'; // if($_POST['download']) // from button name="delete" { $checkbox = $_POST['checkbox']; //from name="checkbox[]" $countCheck = count($_POST['checkbox']); for($i=0;$i<$countCheck;$i++) { $del_id = $checkbox[$i]; if(isset($_GET['del_id'])) { $id = $_GET['del_id']; $query = "SELECT * FROM updatenews WHERE id = $del_id"; $result = mysqli_query('$query') …

Member Avatar for Usernamex235
0
95