Thread
:
Please Help
View Single Post
04-12-2005, 02:42 PM
#
4
(
permalink
)
DJMaze
Senior Contributor
Join Date: Mar 2005
Posts: 704
TIP: Don't use <? but use the correct coding <?php
Open php.ini and change the short_open_tag directive to Off and you will understand.
Code:
short_open_tag = Off
Don't use $PHP_SELF, instead use $_SERVER['SCRIPT_NAME'] or basename(__FILE__)
DJMaze
View Public Profile
Find More Posts by DJMaze