include_once('config.inc.php'); $prdid = $_GET['prdid']; $cur_prds_rs = mysql_query("select * from products where prdid='$prdid'"); $cur_prds = mysql_fetch_array($cur_prds_rs); extract($cur_prds); ?>
| include_once "top.php"; ?> |
|
||||||||||||
| include_once "bottom.php"; ?> |