2006 - Auto-close html tags in php |
Site Admin
|
auto-close for HTML tags in php strings is not supported anymore.
You may want to use html for html and php for php. For example instead of <?php $v="<table><tr><td>$somedata</td></tr></table>"; ?> echo $v you may want to code: <table><tr><td><?=$somedata?></td></tr></table> or better try templates. |
||||||||||||
|
|
thanks for the response...
it's too bad that this feature is not supported anymore, i actually save a lot of work with this feature. It would be good that this could be optional, and for default is set to off, or maybe a some kind a plugin... Anyway, again it too bad, but the last version it's very good, but i will still using the version that supports auto-close in php Cheers |
||||||||||||
|
2006 - Auto-close html tags in php |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by