Cron Job and Output

Posted on 16th Feb 2014 by admin

I have php codes running under a cron job.
But everytime i output (echo) , it comes out as complete text:
THe php script is setup to output some stuff so they are sent to the cron email...
but all the html tags shows up in the email too!

example:

Hello<br />World

instead of

Hello
World

even when i put html codes, i see the html tags literally

Other forums