Jump to content
xisto Community
beeseven

Including Php-made Images In A Page?

Recommended Posts

Say you have this script that makes an image, and you want to include it in another page. Would you just use <img src="blah.php">? I'd test it right now, but all my PHP image stuff is on my school's server, which is currently down.

Share this post


Link to post
Share on other sites

well i take it you use an image editor such as imageready (wich creates a fair amount of html for rollover images and such)if you do get the html code of an image editor, then you should use the include statement rather then including it through the <img> tag, the image tag could work (i wouldnt know) but im 100% sure it works with include, soinclude "blah.php";and for the record, what kind of image will it create? if you actually use php functions to control your image i would love to know..

Share this post


Link to post
Share on other sites

Whoa! thanks for the link there realsheep. This is one lovely feature of PHP i didn't know about! Wonderful! Oh im so excited! I must try it out! :rolleyes:(in other words, thanks for the link)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.