[SOLVED] Display images in a page |
12/29/2016 10:44:46 | |
| PHPRunner General questions | ||
|
T
tiagoperes author
Good afternoon, <img src="'.$row['Special_Image'].'" alt="" class="deal-thumb">
|
||
|
J
|
jacques 12/30/2016 |
|
Good afternoon, been creating a page where want to display images from the database in a loop dependent in one condition. Problem: The image appears broken; How was that done? <img src="'.$row['Special_Image'].'" alt="" class="deal-thumb">
|
|
|
|
Sergey Kornilov admin 12/30/2016 |
|
Check this article for inspiration: |
|
|
T
|
tiagoperes author 1/10/2017 |
|
Check this article for inspiration: https://xlinesoft.com/phprunner/docs/rename_uploaded_file.htm my_json_decode function allows you to parse JSON, extract file name and display it.
// Make the query: |
|