| 
 Posted by Geoff Berrow on 07/09/05 02:07 
I noticed that Message-ID: <KfSdnV0hDKLumFLfRVn-hw@rapidnet.com> from 
DBLEXPOSURE contained the following: 
 
>This is the html for my image map menu,  What php do I add to it before  
>saving as mymenufil.php  ? 
 
It doesn't have any php in it so, nothing.  Well you should add alt 
attributes but that's not what you are asking.  When performing an 
include php drops out so the include is treated like any other html  You 
don't have to name it mymenufil.php.  You could name it mymenufil.txt 
 
I'd lose the </html> at the bottom though because that should be in your 
containing page and make sure the containing page is saved with a .php 
extension else the server won't parse the include. 
 
 
 
--  
Geoff Berrow  0110001001101100010000000110 
001101101011011001000110111101100111001011 
100110001101101111001011100111010101101011
 
[Back to original message] 
 |