Hi guys,
I have an app that uses the PHP CLI for rendering PHP. So far it works, but I have a problem. I have to send the CLI a file, instead I would like to send it code. Now I realise I can do this with -r, but the problem is that it doesn't seem to be able to handle the <? ?> tags, or any tags. Any possible way of doing this? Remember, I can't use a custom PHP version since it has to be standard on all computers.
Thanks,
Oliver