Jump to content

php include a gif image


NextGenForum.net

Recommended Posts

Your parse error is because you need some quotes around the path/file to make it a string that the include() function expects.

 

However, you cannot include an image on a web page. You can only put images on a web page using an <img src="url_of_the_image" alt=""> tag. Read this - http://w3schools.com/html/html_images.asp

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.