Jump to content

Help changing text for image


zack1475

Recommended Posts

This is more php question if you ask me, but since it involves a tiny bit of html

here you are. pro tip: google.com is recently released and it seems to be able to find what you search for.http://tinyurl.com/2e4pcbp

 

 

<?php session_start();

$_SESSION['str_system_message'] = '<img src="http://www.macgeekblog.com/wp-content/uploads/2008/04/bart.gif" alt="" />';


if (isset($_SESSION['str_system_message'])){
echo $_SESSION['str_system_message'];
}
?>

Tried it out it works out of the box

 

good luck with it

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.