| [ask]
ane baru instal xampp baru (beda versi), karena xampp sebelumnya bermasalah, tapi setelah di instal, web ane yang jalan sebelumnya, tapi malah jadi rusak... script PHP nya malah kebaca string... jadi dia muncul klw kita 'view page source' gmn ya solusinya... padahal web sebelumnya gak masalah... tararengkyu... |
|
| ganti <? jadi <?php |
|
| sperti yang agan diatas katakan, ganti <? menjadi <?php dan jika masih belum berhasil coba restar pc agan |
|
| -_- restart xampp saja |
|
| owh... ya bener...
bisa di jelasin dikit gak? harus '<?php' ya.... |
|
| mau singkat ato panjanga? |
|
| yg penting jelas... :D |
|
| ; 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 "short cut" 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 = Off ; XAMPP for Linux is currently old fashioned short_open_tag = on |
|
| to Mr Gunawan where i could found this statement and could you help me to discribe the main purpose of short_open_tag .... :| |
|
| -_- click the link |
|
| Perhaps you want to find the "php.ini"? |
|
| 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. |
Tidak ada komentar:
Posting Komentar