image path

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sebs
Forum Commoner
Posts: 97
Joined: Tue Sep 20, 2005 10:13 am

image path

Post by sebs »

if I have the path to a an image in $clogo,how can I make it apear ,
I mean something like <img src=????>
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Code: Select all

<img src="<? echo $clogo; ?>">
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
sebs
Forum Commoner
Posts: 97
Joined: Tue Sep 20, 2005 10:13 am

thank you

Post by sebs »

thanks
Post Reply