Including the image in a php page!

See all posts See thread Reply

Re: Including the image in a php page! new!
by colin, 17 years, 3 months ago
Check out the FAQ.

You can retrieve the name (as well as the dimensions) of the uploaded image in $foo->file_dst_name. Then, just generate an IMG tag, using this filename.Reply