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. Link to comment https://forums.phpfreaks.com/topic/207195-help-with-url/ 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>"; ?> Link to comment https://forums.phpfreaks.com/topic/207195-help-with-url/#findComment-1083312 Share on other sites More sharing options...
scmeeker Posted July 9, 2010 Author Share Posted July 9, 2010 Thanks! Link to comment https://forums.phpfreaks.com/topic/207195-help-with-url/#findComment-1083320 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.