chrisd Posted November 13, 2006 Share Posted November 13, 2006 I am trying to wright php for the 1st time and I have no clue what to use or how to use it so if anyone could help me it would be greatly appreciated. ;) Quote Link to comment https://forums.phpfreaks.com/topic/27045-witch-program-do-i-use/ Share on other sites More sharing options...
trq Posted November 13, 2006 Share Posted November 13, 2006 You can edit php files in a simple text editor like notepad. Quote Link to comment https://forums.phpfreaks.com/topic/27045-witch-program-do-i-use/#findComment-123684 Share on other sites More sharing options...
wildteen88 Posted November 13, 2006 Share Posted November 13, 2006 If you want to run your PHP scripts then you'll need to download PHP itself from php.net - this will only allow you to run your php script via command line.if you want to run your script via a web browser then you'll want to install a server (IIS or Apache). You can download a package called WAMP for Windows or XAMPP for Windows/Mac or LinuxFor creating your scripts a basic text editor will do as thorpe advised. However you can get special editors called IDEs which have allsorts of features to help developing your PHP scripts. A free one is Eclipse with the PHP plugin or a good cheap one would be PHP Designer 2007 Quote Link to comment https://forums.phpfreaks.com/topic/27045-witch-program-do-i-use/#findComment-123993 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.