Hi guys
I wanna include this code <a href="admin.php"><IMG SRC="admin.png" ALT="Admin" ALIGN=LEFT></a>
into php
print("<a href=\"admin.php?".session_name()."=".session_id()."\">Logout</a>");
any tips on how to do this ?
much apprieacted
Your question doesn't make sense.
If you are trying to replace the word "logout" with an image, go right ahead and do so. Since the HTML is in a quoted string, be careful to escape the double quotes around the src url.