How does one create a statement that basically says:

<?php if (HTTP_GET_VARS["id"] == "<?php echo $row_rsProducts['prID']; ?>"  )
{ ?>

Basically, I want to say, "show if url value is equal to this database
record's ID value - The last part is what I can't seem to get to work- any
ideas???

Thanks!

--
Tim Haskins






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to