scmeeker Posted July 8, 2010 Share Posted July 8, 2010 I'm trying to make this URL work but I'm putting the quotes in the wrong place and I've tried several different ways. Perhaps another set of experienced eyes could help: <?php echo $display_block = "<a href=\"add_new_product3.php?id=".$_GET['id']."=success&show_image=".$_FILES["image_upload_box"]["name"]\">PREVIOUS TO EDIT</a>" ?> Thanks for your help. Quote Link to comment Share on other sites More sharing options...
Alex Posted July 8, 2010 Share Posted July 8, 2010 <?php echo $display_block = "<a href=\"add_new_product3.php?id=".$_GET['id']."=success&show_image=".$_FILES["image_upload_box"]["name"]."\">PREVIOUS TO EDIT</a>"; ?> Quote Link to comment Share on other sites More sharing options...
scmeeker Posted July 9, 2010 Author Share Posted July 9, 2010 Thanks! 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.