php kısa etiketi (
0 Cevap

I am using wampp for php server and in programming short tag use create problem.i new that it possible by change something in php.ini file but i don't know the setting for that please help me for that.

Örnek:

<? echo "hi"; ?> //error....want to allow this also.
<?php echo "hi"; ?> //ok

i php yapılandırma ayar dosyası bulundu ama ne değişir bilmiyorum gerektirir ...

; short_open_tag
;   Default Value: On
;   Development Value: Off
;   Production Value: Off

0 Cevap