rlb1 Posted November 6, 2007 Share Posted November 6, 2007 Please provide some assistance with this array. Thanks for your help!! // Please note: $row['URL_Product']} = http://www.zzounds.com/item--BEHBXL3000 -- I am trying to hide the link with: <?php $path = array( 'getrecord' => "{$row['URL_Product']}", ); if (array_key_exists($_GET['id'],$path)) header('Location:'.$path[$_GET['id']]); Print "<TABLE>"; Print "<TBODY>"; Print "<TD width=100 align=right>"; Print "<A href=http:www.domain.com/loc=getrecord>Browse Store</A>"; Print "</TD>"; Print "</TR>"; Print "</FORM>"; Print "</TBODY>"; Print "</TABLE>"; ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.