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
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Wed Dec 07, 2005 3:32 pm Reply with quote

Having trouble with this image path. The script resides in an admin folder as in module/milpacs/admin.

Code:
<img src="modules/<?php echo $module_name ?>../images/pencil.gif">


And the image is in modules/milpacs/images

I have also tried:

Code:
<img src="modules/<?php echo $module_name ?>/images/pencil.gif">


And also

Code:
<img src="modules/milpacs/images/pencil.gif">


image is not displayed.
 
View user's profile Send private message Visit poster's website ICQ Number
sixonetonoffun
Spouse Contemplates Divorce



Joined: Jan 02, 2003
Posts: 2496

PostPosted: Wed Dec 07, 2005 3:57 pm Reply with quote

<?
$module_name = basename(dirname(__FILE__));
function my_page(){
global $module_name;
}
?>
Make sure your module defines $module_name.
Make sure you declare $module_name global within the function that is generating the page.

_________________
[b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 
View user's profile Send private message
sixonetonoffun







PostPosted: Wed Dec 07, 2005 4:03 pm Reply with quote

<img src="./modules/milpacs/images/pencil.gif">

Have you tried this? The ./ tells us we are in the webroot.
 
Donovan







PostPosted: Thu Dec 08, 2005 3:41 pm Reply with quote

It was case sensitive.

milpacs vs MILPACS
 
sixonetonoffun







PostPosted: Thu Dec 08, 2005 3:52 pm Reply with quote

LMAO!
 
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 ©