i copied live codeigniter project local machine make development little easier, it's not displaying right. no changes have been made, not sure why happening? acts cant read database, listings on bottom come select query feel thats not case..
i using windows 10 iis php.
live site: http://beta.btcbidder.com/
there may wrong php tags because of raw output in image above. down use of shorthand php tags considered bad practice.
<? ?> & <?= ?>
shorthand php tags disabled on server configurations reason best use templating engine or @ least use full php markup.
do find , replace , replace <? ... ?>
or <?= ?>
tags full php tags <?php ... ?>
Comments
Post a Comment