I am having some problems with this PHP code:
<?php
/_************************************************************
**************
*_*
*_îmages_-_A_Web_Based_image_Gallery_management_system_*
*_---------------------------------------------------------------_*
*_*
*_File:_config.php_*
*_Copyright:_(C)_2002_January_Sorgalla_*
*_Email:_[email]jan@4homepages.de[/email]_*
*_Web:_<a_href="http://www.4homepages.de"_target="_blank">[url]http://www.4homepages.de[/url]</a> *
*_Scriptversion:_1.7_*
*_*
*_Never_released_without_support_from:_Nicky_(<a_href="http://www.nicky.net"_target="_blank">[url]http://www.nicky.net[/url]</a>) *
*_*
_************************************************************
**************
*_*
*_This_Script_is_not_Freeware._Please_you_read_the_license_*
*_conditions_(Lizenz.txt)_for_further_information._*
*_--------------------------------------------------------------_*
*_This_script_is_EMERGENCY_freeware!_Please_READ_the_copyright_Notice_*
*_(Licence.txt)_for_information._*
*_*
_************************************************************
*************/
$$db_servertype_=_" mysql ";_
$$db_host_=_" localhost ";_
$$db_name_=_" dbname ";_
$$db_user_=_" myusername ";_
$$db_password_=_" mypassword ";_
$$table_prefix_=_" îmages _ ";_
define('ÎMAGES_ACTIVE ',_1);_
?_>
When uploaded onto the server this error appears:
Parse error: parse error, unexpected '?' in /home/hillm/public_html/david/photos/config.php on line 35
I am a total PHP newbie, so I don't know how to fix this. Also, I presumed because I got this code off the support website for the particular thing I am trying to install (4imagesde), it would be correct... No such luck! Thanks in advance.