Make sure you are not using short tags in the PHP file (<?), these are deprecated not enabled on all servers by default. Use <?php instead (or enable short tags in your php.ini with short_open_tag=On if you have code that relies on them).
Technical Personnal Blog
News Ticker
Make sure you are not using short tags in the PHP file (<?), these are deprecated not enabled on all servers by default. Use <?php instead (or enable short tags in your php.ini with short_open_tag=On if you have code that relies on them).