I needed a text editor today so I googled for one and got this one: freerte
in the example page there was this code:
which displayes the texteditor in the page. What I've found interesting about it, is this:Code PHP:initRTE('<?= $content; ?>', 'example.css');
i've figure it out this is a replacement forCode PHP:<?=but when I tried to get some answers none of the SEs I've used could came up with anything about it, the php manual gave an "internal Error", so I'm asking you (maybe you know) :Code PHP:<?php echo...
- what does it mean?
- is it safe to use it as it is? (I have php 5 installed at home)
- does it requires short tags on?
Thank you in advance







Bookmarks