Hi
I'm new to php and hope someone can help me with this problem:
I want to create dynamic images in HTML, using PHP. I'm looking for something like this:
I have a function that selects a absolute path to a image file and returns this as a string. I then want to be able to get the string (image path/name) from the HTML code.
I've tried <img src=imgsrc()> with no luck, any ideas ?
Thanks,
Thomas