Hello!
I wrote an application to generate webpages using PHP based on the content stored in a database.
In the first part of the webpage should write:
<? xml version='1.0' encoding='UTF-8' ?>
But since it starts with the PHP <? ?>, it's causing some problems.
Would a normal escape for these characters work? Or do I need to do something special to write these out?
Thanks in advance!
I wrote an application to generate webpages using PHP based on the content stored in a database.
In the first part of the webpage should write:
<? xml version='1.0' encoding='UTF-8' ?>
But since it starts with the PHP <? ?>, it's causing some problems.
Would a normal escape for these characters work? Or do I need to do something special to write these out?
Thanks in advance!