📄 prodshow.php
字号:
<?include("header.php");?>
<?
$id = $_GET['id'];
$tim = file("prodtable.db");
$sizetim = count($tim);
////////////////////////////////////
$deti = explode("#",$tim[$id]);
echo "<table border='0' align='center' cellpadding='7' cellspacing='7' background='images/mybg.gif'><tr><td ><IMG SRC='prodimg/$deti[5]' width=200 > <BR><BR><B>Title:</B> $deti[2] <BR><B>Price:</B> $deti[3]$currency<BR> </td><td width='100%'><B>About:</B> $deti[4] </td></tr></table>";
echo "<BR><form action='orderform.php' method=get><input type=hidden name=product value=$deti[2]>";
echo "<input type=hidden name=prodname value='$deti[2]'>";
echo "<input type=hidden name=price value='$deti[3]'>";
echo "<input type=submit name=submit value='order this product' style='font-size:11px'>";
echo "</form>";
?>
<?include("footer.php");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -