RE: Only allow customer to write a review once for any product
WillemB <[email protected]> 12 Sep 2003 00:31:57 -0000
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <3f8c25d56a4de0f660e7a7979985ed5d@osCommerce-Forums> |
This message was sent from: Tips and Tricks http://forums.oscommerce.com/viewtopic.php?p=228145#228145 ---------------------------------------------------------------- Try using $Temp1 = $HTTP_GET_VARS['products_id']; instead of my $Temp1 = (int)$product_info['products_id']; That might do it, if my code is simply ignored that could mean that one of the variables is 0 and obviously then it wouldn't work. If that doesn't work either, could you perhaps past your entire file from the <?php up until the ?> lines? I'll see if I can work it out for you.