tc61380 Posted May 16, 2010 Share Posted May 16, 2010 Sorry for the newbie questions: 1) what is a good PHP ide out there currently, something like Visual Studio? I want to be able to develop web forms and pages visually, with the html code generated automatically (like how its done in VS). Ideally it should force any php code into a separate file, like how .Net forces you to split the .aspx and .cs files (though this might be achieved through coding semantics that i am not aware of) 2) along the same lines, what is a good php/mysql web host for a newbie to test out his web app? ideally it should be free so i can try it out at first and then it would be reliable to grow with me as my traffic increases. TIA! Quote Link to comment https://forums.phpfreaks.com/topic/201938-visual-php-ide-and-phpmysql-host/ Share on other sites More sharing options...
ignace Posted May 16, 2010 Share Posted May 16, 2010 Dreamweaver? About the only visual editor I know Quote Link to comment https://forums.phpfreaks.com/topic/201938-visual-php-ide-and-phpmysql-host/#findComment-1059068 Share on other sites More sharing options...
roopurt18 Posted May 16, 2010 Share Posted May 16, 2010 I wouldn't bother with any "drag-n-drop" editors. They tend to add 10 times more markup than is necessary to make anything work. PhpED from nusphere is what we develop with at work. Quote Link to comment https://forums.phpfreaks.com/topic/201938-visual-php-ide-and-phpmysql-host/#findComment-1059153 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.