Hello,
I have received more or less to maintain an website. The before the guy who has made this website has have implemented the FCKeditor, so that the customer can maintain and simple text/price his site.
Now I have updated the site but I'm using php at the top of the php (html) page like:
But after reading this page into the FCKeditor these lines are dissapeared. At the <body> of the page I have part PHP as well like:
and this part is still there after saving the php file with the FCKeditor.
Questions:
- Why are the lines at the top of the php file dissapeared?
- And why are they not lost in the body of the page?
Nico
I have received more or less to maintain an website. The before the guy who has made this website has have implemented the FCKeditor, so that the customer can maintain and simple text/price his site.
Now I have updated the site but I'm using php at the top of the php (html) page like:
<?php $page = 'dealers' ?>
But after reading this page into the FCKeditor these lines are dissapeared. At the <body> of the page I have part PHP as well like:
<?php required_once('../include/menu.php');
and this part is still there after saving the php file with the FCKeditor.
Questions:
- Why are the lines at the top of the php file dissapeared?
- And why are they not lost in the body of the page?
Nico