I used printer functions in PHP to print data. It works on my local development server (localhost),
but it is not working in a live environment.
Is it possible to use the PHP printer functions on a live web server?
I used printer functions in PHP to print data. It works on my local
Share
Source: http://www.php.net
Check to make sure that if you are using short tags eg
<?=...?>, then you should allow short tags on public server also. This is mostly the case we do not consider.