oh man that's great news! and thanks for the reply.
So i tried it and here's where I'm at...i'm sure its got multiple problems. My hosting site (godaddy) freezes up when I try to upload the sample page I posted below.
In this code the database.php file will use the "code" and "color" arguments to make decisions based on the database (this is not how it will be for real, but just an example i thought up). The site I found this method on was using javascript to pull the parameters, but I am using PHP. Does my database.php need specific tools/commands to pull the parameters?
Code:
<html>
<head>
<title>Products</title>
</head>
<body>
<a href="database.php"?code=gun&color=silver>Silver Gun</a>
<a href="database.php"?code=holster&color=tan>Tan Holster</a>
</body>
</html>
Bookmarks