[Solved] Why is it i can’t display image? i been trying so many different codes but the image still doesn’t display [closed]


IMG tag should use this format :

<img src="https://stackoverflow.com/questions/40218136/<?php echo $st_row["picture'] ?>" alt="" />

But $st_row['picture'] should represent a path to the picture after you handled the upload (which means using the PHP code to save the uploaded file on your server).

If this answer is insufficient, please provide more details (like the PHP code..).

4

solved Why is it i can’t display image? i been trying so many different codes but the image still doesn’t display [closed]