when i try using webhosting to test my web system... there is no text displayed.... no problem occur while using standalone server... i dont know what is the problems here... is it bcoz the text is to long that webserver cannot process the output? please help me solve this. ty here my code ...
echo $text_papar_utama = paparan_utama($nama_sekolah, $tahun, $content); replace with echo paparan_utama($nama_sekolah, $tahun, $content);
still cant fix it... i've tried using str_split but still no use... but when i change from .php to .html... text appear but everything is messed... i dont know wat to do now...
i try code like this and what shows on my webpage source code is only this... it seem like after <?php.... code is gone for ur info... my server use php ver. 5.2.13...
i just found out that everything written after function will be missing... like this... and it will only show "test before function" on my webpage... i dont know how to solve this prob... pls someone help me
error reporting is disable by admin... i cant change that... i didnt recieve any error on my page... currently im using free webhosting just to evaluate my system... and what is cli?