Inserting image
Posted: Wed Apr 27, 2011 10:00 am
Hi there does anyone know how to insert image using php.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Do you mean that you want to pull it from the database, or you just want to use conditional statements to decide what image to display? Or a myriad of other options. More info will help us answer your question, without any further clarification there isn't much we can do.terry1989 wrote:Hi there does anyone know how to insert image using php.
Not really... "insert" can mean a lot of things. If you just want to put an image on a page using HTML use the IMG tag:terry1989 wrote:basically im developing a php website and I want to insert an image to display is that clear?
Code: Select all
<img src="yourimage.jpg" />