Hi all!
I've got a problem again.
When I'm trying to edit a file with some PHP code,
How can I fix it?
I've got a problem again.
When I'm trying to edit a file with some PHP code,
editor replaces <?=something?> with <!--omething-->
How can I fix it?
RE: <?=something?> => <!--omething-->
RE: <?=something?> => <!--omething-->
On the sunny side, you could solve your problem by pre/post processing... search replace... maybe get rid of the php code and just put function calls in there if too much is getting 'converted'... eh... sorry no clear answer/fix.
RE: <?=something?> => <!--omething-->
Thanks Denny.
)
My english is not so good so I can hardly understand your joke about the flux capacitor and the dylithium crystals
But I've tried to find this convertion in the php code. It's not there, or I just don't see it. So the problem is still actual.
RE: <?=something?> => <!--omething-->
The joke is bad, like all I make.
)
It's not in the PHP. But you could use PHP to replace the <!-- omethiing --> with <?php echo "daftpunk"?>