You are not logged in.
Pages: 1
Hello i am trying to edit Xinha, so it doesn't re-format the php code in the source file.
For example the following code:
<?php if(isset($_GET['code'])):?>
If it's inside the source it disappears.
For example the following code:
<div align="center"><img src="<?php echo $settings['template_url_lang'];?>/images/404.jpg" /></div>
Becomes:
<div align="center"><img src="%3C?php%20echo%20$settings[%27template_url_lang%27];?%3E/images/404jpg" /></div>
I wonder where i can state that if the part of the code starts with <?php that the code between <?php and ?> is ignored and it stays as it is?
Offline
Pages: 1