Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
scorpious
Worker
Worker



Joined: Dec 03, 2005
Posts: 153

PostPosted: Mon Aug 21, 2006 4:28 pm Reply with quote

Hi all

I have been working on a module to show a picture in the center of it. I have the following code, however I can't find the code to place a pictures in.

I have a folder called Awards and within that I have the index.php, image folder and the language folder.

This is the code I have.

<?php
if (!eregi("modules.php", $_SERVER['SCRIPT_NAME'])) {
die ("You can't access this file directly...");
}

require_once("mainfile.php");
define('INDEX_FILE', true);
$module_name = basename(dirname(__FILE__));
include("header.php");
OpenTable();
// picture code here
"<br><center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/medalcaseback.gif\" border=\"0\" alt=\"\"></a><br><br>";

CloseTable();
include("footer.php");
?>

Any help with be appreciated
Scorp
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Aug 21, 2006 7:45 pm Reply with quote

I don't know anything about the module, but you have built a hyperlink, so I would try this

echo "<br /><center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/medalcaseback.gif\" border=\"0\" alt=\" \" /></a></center><br /><br />";
 
View user's profile Send private message
scorpious







PostPosted: Tue Aug 22, 2006 3:18 am Reply with quote

Hi Raven

Thats works great, but its not meant to be a hyperlink, its should just show the picture. I'll have a bash of taking off the hyperlink.

Many thanks

Scorp
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©