我正试图修改:
enter echo "<a href=" " . $_SERVER[ PHP_SELF ] . "?c=$catId&p=$pd_id" . "<br>$pd_name</a><br>Price : $pd_price" . "</br>"; here
我愿在另一页上展示,从而最终做到:
echo “<a href=”showcat.php?c=$catId&p=$pd_id”>$pd_name</a>”;
I created a page showcat.php to retrieve the data, but it tells me every time that the page doesn t exist. I just don t wanna use $_SERVER[ SELF ]. thank fellas