Hello,
I noticed that when you click "customize this item", it takes you to define_page_2.php where the item's serial number is automatically posted in the "model number". What I want to do is add the item's photo as well.
How can I do that?
This is what the text field of "model number" is grabbing:
I think it's something similar, maybe something like that but I'm not sure.Code:<input name="model" size="40" id="model" type="text" value="<?=$_POST["step"]?"":$_GET["model"]?>">
Help is appreciatedPHP Code:<img src=/images-path/<? $_GET["product_id"] ?>![]()



