Development Software
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementDevelopment Software

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old August 2nd, 2000, 08:41 AM
term181170 term181170 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 2 term181170 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Wich is the best editor for php pages mixed with html???

Thanks!!

Reply With Quote
  #2  
Old August 2nd, 2000, 08:44 AM
JonLed JonLed is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2000
Location: Indiana
Posts: 614 JonLed User rank is Corporal (100 - 500 Reputation Level)JonLed User rank is Corporal (100 - 500 Reputation Level)JonLed User rank is Corporal (100 - 500 Reputation Level)JonLed User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 h 49 m 49 sec
Reputation Power: 9
Notepad.


Well... I use Textpad (www.textpad.com), but that's because I do all sorts of perl and ASP scripting in addition to PHP.

Reply With Quote
  #3  
Old August 2nd, 2000, 08:57 AM
term181170 term181170 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 2 term181170 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Well..., but how do the pages the great portals like ebay or yahoo???

The question is that i need to do dynamic html pages and i need a good editor.

Wich??

<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by JonLed:
Notepad.


Well... I use Textpad (www.textpad.com), but that's because I do all sorts of perl and ASP scripting in addition to PHP.
[/quote]


Reply With Quote
  #4  
Old August 2nd, 2000, 10:33 AM
Brynolf Brynolf is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Stockholm, sweden
Posts: 6 Brynolf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I use Dreamweaver as my HTML Editor. And for PHP I use Ultraedit (You can select and external editor in DW)
www.dreamweaver.com www.ultraedit.com

Ultraedit can colorize the PHP commands.

Reply With Quote
  #5  
Old August 2nd, 2000, 11:19 AM
aas aas is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Posts: 33 aas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I am using Dreamweaver for HTML and "cuteftp" for PHP. Available at www.cuteftp.com

Reply With Quote
  #6  
Old August 2nd, 2000, 11:28 AM
yduvoid yduvoid is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 51 yduvoid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
I hand code with Dreamweaver and I use PHPed for php, you can find it at http://www.soysal.com/PHPEd/

You asked wich is the best? Notepads are just as good as Dreamweaver, but Dreamweaver is easier to maintain a large site, but it is very buggy. As for php, you need a special installation in your computer so you can run the scripts. (not as simple as download then install and the rest takes care of itself).

[This message has been edited by yduvoid (edited August 02, 2000).]

Reply With Quote
  #7  
Old August 2nd, 2000, 11:45 AM
aarongb aarongb is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2000
Posts: 60 aarongb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
I use,
Homesite, UltraEdit and NEdit

Overall, I think I prefer Homesite. Couldn't say why, just personal preference.

NEdit is hell to set up on Win32, but its become my choice for linux.

I use UltraEdit daily, but not for PHP. Go figure.

Reply With Quote
  #8  
Old August 3rd, 2000, 05:35 AM
woodgnome woodgnome is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 29 woodgnome User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 43 sec
Reputation Power: 0
My current favourite for php/html is CodeWhiz which allows various language modules to be added in to give tag completion, colouring etc. Its shareware $19.95
www.incatec.com

Reply With Quote
  #9  
Old August 3rd, 2000, 05:51 AM
walshs walshs is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 112 walshs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
i use a combination of Dreamweaver and Homesite,

Homesite is best for PHP due to the way it colours the syntax of PHP is makes it alot easier to see what you are doing
www.allaire.com
www.dreamweaver.com

waseem

visit : http://www.itstop.com

into sports?? then goto
http://www.sportwebpages.com

Reply With Quote
  #10  
Old August 3rd, 2000, 12:00 PM
wouterr wouterr is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 27 wouterr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by term181170:
Well..., but how do the pages the great portals like ebay or yahoo???

The question is that i need to do dynamic html pages and i need a good editor.

Wich??
[/quote]

well, Notepad does all these (at least i do)



------------------
don't blame me, im blond
:-)

Reply With Quote
  #11  
Old August 3rd, 2000, 10:30 PM
cka cka is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2000
Location: Ontario, Canada
Posts: 498 cka User rank is Corporal (100 - 500 Reputation Level)cka User rank is Corporal (100 - 500 Reputation Level)cka User rank is Corporal (100 - 500 Reputation Level)cka User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 12
As was suggested at the top of this thread, I use textpad 4.3 as well. Textpad has never failed me (except in 1 little problem with syntax highlighting), but it is a great php editor as well as asp, perl, c, and all the other lovley programming/scripting languages. Let's not count out text, too...

------------------
To alcohol! The cause of, and solution to, all of life's problems. -- Homer Simpson

Reply With Quote
  #12  
Old August 4th, 2000, 01:13 AM
nikunj nikunj is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Pune, Maharashtra, India
Posts: 86 nikunj User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I use Editplus to as the editor for ASP, PHP, HTML as it has many facilites included with it. Just chec it out from www.editplus.com and u will understand it is really good and it setup is very easy even.
Then Best OF luck

Reply With Quote
  #13  
Old August 4th, 2000, 06:12 AM
JasterMereel JasterMereel is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Austin, TX
Posts: 10 JasterMereel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have to go with Textpad as well. I am 100% Linux on my home PC's, but Textpad is one of those few apps that I actually miss from the Windows world.

Also, I heard that UltraEdit is really cood too.

Jaster Mereel

------------------

Reply With Quote
  #14  
Old August 4th, 2000, 08:44 AM
trahma trahma is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 33 trahma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Send a message via ICQ to trahma
I've been coding in php for the past year and in my opinion, the best I've used is Homesite. It's color coding is near flawless, and if you have a decent amount of ram it loads fast and even has ftp support (granted the ftp support needs to have status messages though). If you don't need a WYSIWYG editor, I recommend Homesite. If you need one, add Dreamweaver to the equation.

-Justin King
<aeonINTERACTIVE>

Reply With Quote
  #15  
Old August 4th, 2000, 11:06 PM
Gil Gil is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 23 Gil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Gil Send a message via AIM to Gil
It is true that notepad is good for basic functions, but when I need multiple files open in one program, notepad doesn't cut it. And when I have to pump out several full websites a month, notepad slows me down. I use a WYSIWYG editor (Dreamweaver, I like it the best) and Nedit for PHP and the countless other programming languages I use.

------------------
Aristotle concluded that those who admit their stupidity are truly wise.
-
Gil Hildebrand Jr
4atcost.com Senior Web Developer

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementDevelopment Software > Best editor with php


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump