Hi
I would like to know if it is possible for one to embed graphics into a file that is to be created on the web server.
The user then downloads this file, which should contain this embedded logo. (At this time there is none as this is the reason I am here)
How does one code this in php?
Thanks
🆒
Her's an example
echo "<img src=\"mylogo.gif\" width=\"64\" height=\"64\">"
hth
what type of file do you want to embed it in?
I tried the above example but it didnt work, unfortunatley. 🙁
I am trying to embed a gif in a word document (that gets created dynamically) This file gets created using the normal php file code.
I still need some help, please.
Thanks. 🙂