• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

zaypay () being displayed behind the language options

unoxot

New Member
Joined
Feb 23, 2012
Messages
134
Reaction score
1
Location
sweden
Hello I have just one step to me accapte ! can some plz help me


They say this
I took another look at your site and it looks pretty good now. However there’s still () being displayed behind the language options.. Could you take a look at this?


Idk how to change it plz help me repp++ for The one who help me :)
 
It depends where PHP is installed.

To locate your php.ini file, run this code on your website

phpinfo.php
PHP:
<?php
phpinfo();
?>
 
I find this now


PHP:
;;;;;;;;;;;;;;;;;;;;
; Language Options ;
;;;;;;;;;;;;;;;;;;;;

; Enable the PHP scripting language engine under Apache.
; http://php.net/engine
engine = On

; This directive determines whether or not PHP will recognize code between
; <? and ?> tags as PHP source which should be processed as such. It's been
; recommended for several years that you not use the short tag "enable" and      
; instead to use the full <?php and ?> tag combination. With the wide spread use
; of XML and use of these tags by other languages, the server can become easily
; confused and end up parsing the wrong code in the wrong context. But because
; this short cut has been a feature for such a long time, it's currently still
; supported for backwards compatibility, but we recommend you don't use them.
; Default Value: On
; Development Value: Off
; Production Value: Off
; http://php.net/short-open-tag
;short_open_tag = on
; XAMPP for Linux is currently old fashioned
 short_open_tag = On
 
Back
Top