I have a mysql table test_equipment
with fields
Code:
Equipment_name varchar(100) NOT NULL, image_url varchar (300), Description varchar(1000) NOT Null,
my file name is view_test_equip ment.php where i dump all the data from the test_equipment in html table.
the code is
Code:
<?php
include('db_connect.php');
?>
<form action="selected_test_equipment.php"
Leave a comment: