| 
	
 | 
 Posted by Jonathan N. Little on 08/15/06 17:13 
Leonard Blaisdell wrote: 
> In article <n9aud2hh4ffjsmrkfb91qunmkvpo6ttd2k@4ax.com>, 
>  JAF <bscinc@Yahoo_NoSpam.com> wrote: 
>  
>> <? include $phpdir . "home_line_links.txt"; ?> 
>  
> You did great with your explanation! Are short tags now runnable without  
> configuration in the newest PHP? I'm just asking. I really don't know. 
 
By default short tags are on, but that does not mean it is enabled on  
your server. Best to check, one easy why is to create a PHP page 
 
myphp.php 
----------------- 
 
<html> 
</head> 
<body> 
<?php phpinfo(); ?> 
</body> 
</html> 
 
 
The view the page in your browser 
 
http://www.example.co/myphp.php 
 
and search for "short_open_tag" 
 
 
Hint: you may want to print the page this page for reference then delete  
the myphp.php file, or at least make the name of the 'myphp.php' a  
little less obvious for security reasons. 
 
--  
Take care, 
 
Jonathan 
------------------- 
LITTLE WORKS STUDIO 
http://www.LittleWorksStudio.com
 
  
Navigation:
[Reply to this message] 
 |