Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Parham's PHP Tutorials => Topic started by: Parham on August 29, 2003, 05:52:12 PM

Title: PHP development software
Post by: Parham on August 29, 2003, 05:52:12 PM
My recommendation would be:

dev-PHP: http://devphp.sourceforge.net/

download and install the following two files:
the actual software: http://prdownloads.sourceforge.net/devphp/devphp194.exe

a version of PHP set up to work only with DEVPHP: http://prdownloads.sourceforge.net/devphp/phpsetup3.exe

After you've installed both, run dev-PHP.  When I post code snippets, you can copy those snippets directly into dev-PHP.  For example, from lesson 2:


<html>
<head>
<title></title>
</head>
<body>

<? print 'php code here'; ?>

</body>
</html>


when you've copied the snippet into dev-php, press F9, and you can see the output.  This saves you time from saving the file into your "www" directory, running easyphp then doing it from your browser :).

Plus, it's just a good piece of software to develop PHP in :D
Title: Re:PHP development software
Post by: Chris Cromer on August 29, 2003, 06:39:57 PM
I used to use dev-php as well... but I tried out conText when I saw [Unknown] using it, and have switched to context for my php coding. :)

You can find context here: http://www.fixedsys.com/context/
Title: Re:PHP development software
Post by: Zef Hemel on August 31, 2003, 06:33:14 AM
I've worked with Context for a while, but found some naughty bugs in the editor, I must admit I can't exactly remember what those were :-[

Anyway, for PHP I prefer Komodo, but as my trial expired I now use EditPlus again.
Title: Re:PHP development software
Post by: treo on August 31, 2003, 08:29:48 AM
I'm using Zend Studio, it isn't realy cheap (better said: it's expensive) but I didn't find a better php developent tool for Linux (ok i didn't search long enough :D )
Title: Re:PHP development software
Post by: Seph|roth on August 31, 2003, 08:35:42 AM
ConTEXT owns, and not even for PHP alone, also for, well, almost any other programming language out there.
Title: Re: PHP development software
Post by: theantidote on January 30, 2005, 01:46:32 PM
http://www.scintilla.org/SciTE.html 

SciTE isnt bad either
Title: Re: PHP development software
Post by: Yami King on February 23, 2005, 02:52:08 PM
Hi,

I'm new to this forum. I registered at this forum especially to reply on your post.
I'd like to say: THANK YOU SO MUCH this is the first PHP editor I have downloaded (and believe me I have downloaded many php editors ) ;) and this was the only one that could show me the result in the browser so THANK YOU! :D ;D
Title: Re: PHP development software
Post by: sWiZz on May 04, 2005, 04:14:30 AM
Any mySQL support too?
Title: Re: PHP development software
Post by: bloc on May 04, 2005, 08:36:15 AM
I use both Context, and mainly PHP Expert editor. Fast, intuitive and has project management(simplistic but still), "test code" function for those pesky php errors, quick-help. Just about all I need. ;D And don't cost all that much.

I have tried both komodo and zend.. but I feel they somewhat take away the focus - namely writing the code.
Title: Re: PHP development software
Post by: Kirby on May 08, 2005, 11:34:15 PM
I've been using ConTEXT for months now and will not give it up for any other text editor. :)
Title: Re: PHP development software
Post by: Grek.Kamchatka on August 06, 2005, 05:16:13 PM
PHP Expert Editor 3.21
Title: Re: PHP development software
Post by: icman on February 14, 2007, 05:49:31 PM
good  
Title: Re: PHP development software
Post by: designm on August 24, 2007, 12:39:00 PM
I am running Linux Ubuntu 6.06, which editor would you recommend and how do I obtain and install it?
Title: Re: PHP development software
Post by: Grek.Kamchatka on August 26, 2007, 10:11:41 PM
kedit
gdit
Title: Re: PHP development software
Post by: Bloodsurfer on December 06, 2007, 12:04:11 PM
Eclipse with PDT 8)
Title: Re: PHP development software
Post by: deTrezS6 on December 22, 2007, 10:13:11 AM
Quote from: designm on August 24, 2007, 12:39:00 PM
I am running Linux Ubuntu 6.06, which editor would you recommend and how do I obtain and install it?


Hey,

I'd recommend gEdit if you're using Gnome (Assuming you are, as you mentioned Ubuntu not kUbuntu), but for KDE, Kate would work best imo.

Regards,

Trez
Title: Re: PHP development software
Post by: watchman11 on March 03, 2008, 04:06:32 AM
I use eclipse pdt as well. It will be a great framework when the debugging issues are fixed.

I also tried Dreamweaver until it messed with my sessions. Took me a few hours to find out it was due to its adding the Unicode BOM into the file. If you ever get the message saying the headers have been sent while it possibly can't have happened, check it out. Depending on the character set you're using, you may see or not   on top of the page.
Title: Re: PHP development software
Post by: Darkorical on May 21, 2008, 05:30:55 PM
Personally I convinced my work to get me PHP Designer 2008 and I really like it.
Title: Re: PHP development software
Post by: TheTKD on November 24, 2008, 06:35:22 PM
Is there an editor that can convert HTML into a valid PHP snippet?
Title: Re: PHP development software
Post by: swtdivalove on November 24, 2008, 07:07:08 PM
Yes and No... you still have to code the HTML into the PHP.
Title: Re: PHP development software
Post by: TheTKD on November 24, 2008, 07:22:00 PM
Ok so say I do the code for a rollover button like I was trying to do that I asked help for.  Now if I put in the code for the said java script would it convert it to php?  If so I would love to get that program