This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

PHP is not executed and source visible

My PHP code is not executed and its source code is visible in the browser instead, what will be the reason,

This is just because , you need to open your PHP code blocks with <?php and not just <?.If you use the short form, you should go through all your PHP files and change it.

OR if you want to write php with code block <? then edit your
php.ini file

; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = On

 PHP for mistonline.in

THANKS.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)

No related posts.

Leave a Reply

Comments (required)

Spam Protected