If I understand you right, you want:

if (HTTP_GET_VARS["id"] == $row_rsProducts['prID']){
...do stuff...
}


Tim Haskins wrote:


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









-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.




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



Reply via email to