I have a html table that contains data and i want to insert the data into an Access data. Any ideas how to do this?
Table1:
01, Rich, Mike, 23, fred lane,
02, James, milner, 45, School Lane,
03, Rob, Matthews, 89, College Road,
I connect to the database using this code:
$db_conn = new...