cannot display data?
Posted: Sat May 15, 2004 10:40 am
Code: Select all
<?php
<a href="product.php?CategoryID=<?php echo $row["CategoryID"];?>?UserName= <?php {$_GET["UserName"]}; ?> ">Select Product</a>
?>A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
<a href="product.php?CategoryID=<?php echo $row["CategoryID"];?>?UserName= <?php {$_GET["UserName"]}; ?> ">Select Product</a>
?>Code: Select all
<?php
<a href="style.php?ProductID=<?php echo $row["ProductID"];?>?UserName=<?php echo $_GET["UserName"]; ?> ">Select Style</a>
?>