Add Forms
setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $stmt = $conn->prepare("SELECT * FROM addforms"); $stmt->execute(); $rows = $stmt->fetchAll(PDO::FETCH_ASSOC); ?>
= 1) { // foreach($rows as $row){ // echo '
// '.$row['bv'].' //
'; // } // } else { // echo "

Not Found any Data

"; // } } catch (PDOException $e) { echo "

Error: " . $e->getMessage() . "

"; } ?>