Okay i need some more mysql help
I am connecting to the db fine and dandy. but what i need to do is the following
PHP Code:
<?php
/*
Componet Information Page
*/
require_once 'productinfodbonnect.php';
$rowid = $_GET['id']; // this is what i need to retrive from the db
// then display it in a table
?>
is to take $rowid go into the db get row id lets say plbc (stands for plain black case) and then display whats in that row in a table
Thanks in adavance
__________________
AMW_Drizz
Dev Machine:: Apache 2.2.6 PHP 5.2.6 MySQL 5.1
|