upper directory

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
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

upper directory

Post by ddragas »

upper directory


How to set it in variable?

$strars4 = "imige from upper directory";

echo "<img src=\"$stars4\" border=\"0\">";
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Code: Select all

echo "<img src="..\\$stars4" border="0">";
?
Post Reply