Using Javascript to retrieve data from database
Posted: Sun Apr 14, 2013 3:49 pm
$sql="CREATE TABLE Assessments (ID int (6), Title VARCHAR(80), Lecturer VARCHAR(80), Start VARCHAR (10), Due VARCHAR (10), Completed VARCHAR (10), Constraint FK_USERS_ASESSEMENT FOREIGN KEY (ID) REFERENCES Users (ID))";Hi guys..i just created this table. Is there a way I could view the data in these tables using javascript to retrieve the data?