Skip to content

delete table

Shubham Mishra edited this page Jul 22, 2019 · 1 revision

Explanations

This code is the explanation for deleting an existing table

Code

This code illustrates - how to add data into table row.

<?php

// Requiring JDB Library require_once "JDB/JDB.php";

// Setting up DB directory $jdb = new CYZ_JDB(DIR."/db_directory/");

// Initialize DB $jdb->db_init("db_name");

// Provide Table Name in order to Delete Table $jdb->delete_table("db_name");

DB Content

Latest Records Fetched From DB

employees-contact-details

DELETE TABLE FORM

Table Name
SUBMIT

Clone this wiki locally