473,320 Members | 1,804 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

php editor

Can anybody recommend a free or cheap php editor for personal use?
Thanks

Jul 18 '05 #1
13 1549
On Sun, 17 Jul 2005 20:38:56 -0700, penguin wrote:
Can anybody recommend a free or cheap php editor for personal use? Thanks


vim

Jul 18 '05 #2
Check out PHPEdit at http://www.waterproof.fr/. It is free for personal use,
and also comes with a debugger which is absolutely essential IMHO.

--
Tony Marston

http://www.tonymarston.net
"penguin" <ga**********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Can anybody recommend a free or cheap php editor for personal use?
Thanks

Jul 18 '05 #3
penguin wrote:
Can anybody recommend a free or cheap php editor for personal use?
Thanks

dev-php3 - http://devphp.sourceforge.net/dev3/

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

Maguma Open Source

Jul 18 '05 #4

"Tony Marston" <to**@NOSPAM.demon.co.uk> wrote in message
news:db*******************@news.demon.co.uk...
Check out PHPEdit at http://www.waterproof.fr/. It is free for personal
use, and also comes with a debugger which is absolutely essential IMHO.

I could find no provision in their license agreement for free personal use,
all I could find is that you can get a free 30-day trial.
Jul 18 '05 #5

"Don Freeman" <fr******@sonic.net> wrote in message
news:fZ******************@typhoon.sonic.net...

"Tony Marston" <to**@NOSPAM.demon.co.uk> wrote in message
news:db*******************@news.demon.co.uk...
Check out PHPEdit at http://www.waterproof.fr/. It is free for personal
use, and also comes with a debugger which is absolutely essential IMHO.
I could find no provision in their license agreement for free personal

use, all I could find is that you can get a free 30-day trial.

I'm no lawyer, but about 2/3s the way down the license it does mention
personal use. And may read that you can use it for personal use. Your own
personal WebPages?
hth
al
Jul 19 '05 #6
EmEditor is very good

Craig Storey <cs*****@canada.com> wrote in message news:<db*********@nrc-news.nrc.ca>...
penguin wrote:
Can anybody recommend a free or cheap php editor for personal use?
Thanks

dev-php3 - http://devphp.sourceforge.net/dev3/

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

Maguma Open Source

Jul 21 '05 #7

"Al Kolff" <al*****@spam.sucks.earthlink.net> wrote in message
news:Fr**************@newsread3.news.pas.earthlink .net...

"Don Freeman" <fr******@sonic.net> wrote in message
news:fZ******************@typhoon.sonic.net...

"Tony Marston" <to**@NOSPAM.demon.co.uk> wrote in message
news:db*******************@news.demon.co.uk...
> Check out PHPEdit at http://www.waterproof.fr/. It is free for personal
> use, and also comes with a debugger which is absolutely essential IMHO.
>

I could find no provision in their license agreement for free personal

use,
all I could find is that you can get a free 30-day trial.

I'm no lawyer, but about 2/3s the way down the license it does mention
personal use. And may read that you can use it for personal use. Your own
personal WebPages?
hth
al

"Personal" means just for your personal benefit, not for the benefit of a
commercial enterprise. So if you are working for a commercial organisation
then a "personal" license does not qualify.

--
Tony Marston

http://www.tonymarston.net

Jul 21 '05 #8
I use Zend, it wasen't cheap but its good.

Jul 21 '05 #9
i've just installed PHPedit and had a quick look around, it seems VERY
good... much like the VS.net IDE.

Jul 21 '05 #10
Don Freeman schrieb:
I could find no provision in their license agreement for free personal use,
all I could find is that you can get a free 30-day trial.


You have to register and log in to see the link:

"If you use PHPEdit only for non-commercial activities, you can ask for
a personal license by clicking here."

Also there is a chapter in the EULA (Menu -> License)

adlerweb
Jul 21 '05 #11
JDS
On Sun, 17 Jul 2005 20:38:56 -0700, penguin wrote:
Can anybody recommend a free or cheap php editor for personal use?


pencil and paper.

Or Vim

--
JDS | je*****@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

Jul 21 '05 #12
... and it came to pass that penguin <ga**********@gmail.com> uttered
forth:
Can anybody recommend a free or cheap php editor for personal use?
Thanks

I use textpad - www.textpad.com

Nagware if you don't licence it, and in the end I did - not because of
the nagware, but since I'd downloaded several syntax definitions so I
could use it for HTML, PHP, javascript, perl, VBshite and various other
languages.

I also like the fact that it supports regex for search/replace, and can
also save in *nix format as well as "PC" (read "Winduhs") so I can save
plain-text directly to my webserver via samba. Makes for fast dev work.
--

"Dungeon" Dave
Jul 21 '05 #13
In article <FB**************@kryten.tombstones.org.uk>,
'Dungeon' Dave <Du*****@tombstones.org.uk> wrote:
.. and it came to pass that penguin <ga**********@gmail.com> uttered
forth:
Can anybody recommend a free or cheap php editor for personal use?
Thanks

I use textpad - www.textpad.com

Nagware if you don't licence it, and in the end I did - not because of
the nagware, but since I'd downloaded several syntax definitions so I
could use it for HTML, PHP, javascript, perl, VBshite and various other
languages.

I also like the fact that it supports regex for search/replace, and can
also save in *nix format as well as "PC" (read "Winduhs") so I can save
plain-text directly to my webserver via samba. Makes for fast dev work.


TextWrangler - completely free and supports a variety of languages. Look
at www.barebones.com.

-- tim
Jul 21 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Ed Suominen | last post by:
I'm thinking of implementing a real-time collaborative text editor in Python using Twisted. An initial plan is to use a Twisted PB server daemon that accepts user:password:file connections from...
3
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a...
7
by: Mike Kamermans | last post by:
I hope someone can help me, because what I'm going through at the moment trying to edit XML documents is enough to make me want to never edit XML again. I'm looking for an XML editor that has a...
15
by: JC Home | last post by:
Hi all, I am just learning JavaScript and would love to find a good editor that helps with syntax and debugging. Any suggestions? Thanks!! -- Jeff Ciaccio Dallas, GA
71
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's...
0
by: 356523600 | last post by:
HTML To PHP Converter 4.2.1.8 Free download Get more for less ... HTML To PHP Converter 4.2.1.8 Get more for less! With a new version of HTML To PHP Converter 4, we've dropped the price and given...
1
by: Steve Teeples | last post by:
I have class that also uses a custom editor that, when compiled directly into my project, works just fine in a propertygrid. However, it was necessary to place that class into a DLL, hense the...
4
by: David Lozzi | last post by:
Howdy, I'm using a WYSIWYG editor called TinyMCE. When I edit some text and then save it back to my SQL server using a SQLCommand, all HTML characters are changed to HTML code, i.e. &gt;strong&lt;...
7
by: Prasad | last post by:
Hi all, I am trying to develop a simple rich text editor I do only require bold, itlaic, underline.. The code for IE is <script> function displayEditor(editor, html, width, height) { ...
3
by: danesh1354 | last post by:
Hi All, First I need to construct a text editor by python programming and add this code to a biger code that has been written before, and i would like that by my code for this editor have a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.