darkfreaks Posted June 20, 2012 Share Posted June 20, 2012 so i managed to fix my code enough to where it displays ../cms/models/id/ but i can't get it to display the image as needed. <?php echo "<img src='../cms/models/$modelID/{$image[1]}'>"; ?> not sure why it isn't displaying the path to the image Quote Link to comment Share on other sites More sharing options...
cpd Posted June 21, 2012 Share Posted June 21, 2012 What are the actual results and what are the expected results? Quote Link to comment Share on other sites More sharing options...
xyph Posted June 21, 2012 Share Posted June 21, 2012 What code? Are you programming with all errors being reported? From what I can see, neither $modelID or $image are defined 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.