Current location: Hot Scripts Forums » Programming Languages » PHP » Code to show image?


Code to show image?

Reply
  #1 (permalink)  
Old 10-21-05, 04:02 PM
Viskiss Viskiss is offline
Newbie Coder
 
Join Date: Oct 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Code to show image?

Can anybody write a php code to display a image in a website,what i need to write,what php text?
Reply With Quote
  #2 (permalink)  
Old 10-21-05, 04:45 PM
Trevor's Avatar
Trevor Trevor is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Denver, Colorado
Posts: 120
Thanks: 0
Thanked 0 Times in 0 Posts
Can you state your question a little clearer? If you want simple PHP it would be :

PHP Code:

<?php
echo("<img src=\"http://www.gerbilfarmer.com/images/gerbil_black.jpg\" height=200 width=200 alt=\"What a thumper!\" border=\"0\" />");
?>
Basically you are surrounding standard HTML in an echo statement with escaped quotes. If you need anything beyond that, you'll have to tell us what it is. Yo!

~T
__________________
The Universe Our God, Nature Our Temple, Love And Duty Our Religion, Knowledge Our Happiness And Consolation, Death The Dissolution Of The Ego, And The Return To Eternity.
Reply With Quote
  #3 (permalink)  
Old 10-21-05, 06:44 PM
Viskiss Viskiss is offline
Newbie Coder
 
Join Date: Oct 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Talking

you have already answered my question,thanx mate.the problem was that i forgot to put quotes
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need thumbnail image show large image separately, on mouseover Cre8tvnrg JavaScript 12 03-05-08 11:01 AM
trouble with 'image of the day' code mrblue JavaScript 4 10-06-05 10:15 AM
Random Image Code reeksy PHP 11 02-14-05 07:04 PM
incorrect code, plz show me real code darkcarnival PHP 4 11-21-03 02:40 PM
Need help on a image slide show using php! xelanoimis PHP 2 10-16-03 06:51 PM


All times are GMT -5. The time now is 06:17 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.