Mekhu
08-12-2003, 11:53 PM
Ok, I am currently working with a new directory script and like usual I like to get in a modify the looks until it's exactly how I want.
Here's the problem. I have placed the below code into my .html file which then interacts with the .php file. This is how I skin the software.
Here's what I am adding into the .html file:
<strong><a href="review.php?id=<%id%>">Review
It</a></strong> - <strong><a href="detail.php?id=<%id%>">
Rate It</a></strong>
How come the id will not get pulled into my url!? Just shows up as "detail.php?id=" in my browser?
Here's the problem. I have placed the below code into my .html file which then interacts with the .php file. This is how I skin the software.
Here's what I am adding into the .html file:
<strong><a href="review.php?id=<%id%>">Review
It</a></strong> - <strong><a href="detail.php?id=<%id%>">
Rate It</a></strong>
How come the id will not get pulled into my url!? Just shows up as "detail.php?id=" in my browser?
