Insert image in php code, please need a little help

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Insert image in php code, please need a little help
BigJim
CZ Super Newbie
BigJim has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Jun 09, 2006
0.01 posts per day
Posts: 60
Points: 1,327
   
I need a push in the right direction for placing an image in some php code I have...code is as follows:
$CFG['welcome_text'] = 'Welcome to <b>Bla Bla.</b>  Thanks for stopping by, please register if you would like to post.';


I would like to place a picture underneath that text.
TYVMIA


Back to top Reply with quote
#2   re: Insert image in php code, please need a little help
floppydrivez
CZ Addict
 Codezwiz Site Donator
floppydrivez has been a member for over 18 year's 18 Year Member
usa.gif mississippi.gif
Occupation: graphic design
Age: 43
Gender: Male
Website:
Status: Offline
Joined: Feb 26, 2006
0.08 posts per day
Posts: 518
Points: 4,848
AIM Address Yahoo Messenger MSN Messenger 
Here is the easy way to do it. I will not do it for you just let you learn this.

1st: go to [ Register or login to view links on this board.]

2nd: click html to php

3rd: Enter your img code in the top box ex: <img src="htttp://www.yourdomain.com/example.jpg"></img>

4th: click convert at the bottom

5th: copy and paste the echo and one below it with your image code in it. Not the other stuff
Should look like this.

echo"<img src=\"http://www.yourdomain.com/example.jpg\"></img>"
."";


There are a few ways to get it done, but lets try that first.


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum