Hello everybody. I am designing a catalog for a customer of mine and I am making a simple link to a database containing id, phone, product name etc. There is a table that displays some of the information and the product name is a link to a details page containing all of the less importanat info etc. I have made it so the unique id's are used when linking to a new window )ie. details.php$id=02) using a simple script of echo "<a href='details.php$".$id.">"; etc. The link works at the bottom but times out when it is clicked. Does anybody know how to fix this?
From first look your links are wrong. should be "filename.php?id=2" hope this helps.
__________________ Please login or register to view this content. Registration is FREE "Less Lip More Service"
Providing Quality Hosting at Fair Prices
AIM: LipWebNet MSN: daniel[at]lipweb.net Yahoo: LipWebNet ICQ: 265771633
pleasure to help, we all make little mistakes and look over them simply because we have been staring at our own code for so long.
__________________ Please login or register to view this content. Registration is FREE "Less Lip More Service"
Providing Quality Hosting at Fair Prices
AIM: LipWebNet MSN: daniel[at]lipweb.net Yahoo: LipWebNet ICQ: 265771633