how to insert gif image in php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to insert gif image in php?

insert gif image

22nd Jul 2018, 10:04 AM
Tomy Nanda Putra
Tomy Nanda Putra - avatar
3 Answers
+ 4
Hello, Tomy Nanda Putra ! php works directly with html markup. You can use "echo" to display your image. For example: <?php echo "<img src='path/image.gif'/>"; ?> You can also use the search on SoloLearn, for similar questions. Since there are already solutions for such issues. Good luck in programming on SoloLearn! https://www.sololearn.com/learn/HTML/1030/?ref=app https://www.sololearn.com/Discuss/1135549/?ref=app https://www.sololearn.com/Discuss/1194412/?ref=app
22nd Jul 2018, 10:13 AM
Alexander Sokolov
Alexander Sokolov - avatar
+ 1
<img src ="Put the path of gif img here" alt=""/>
27th Jul 2018, 3:43 AM
Ashvini Chavan
Ashvini Chavan - avatar
0
thank's Alexander Sokolov! your answer is helpful.
22nd Jul 2018, 11:28 AM
Tomy Nanda Putra
Tomy Nanda Putra - avatar