Php Editor? Do You Know Of Any?

Pages: 1, 2, 3, 4
free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Php Editor? Do You Know Of Any?

Ao)K-General
You write the code, but it shows up on it. And it can help you out with forms and includes and reguires and other stuff. Its really useful.

Reply

littleweseth
Repeat after me : there is no such thing as WYSIWYG PHP. You're going to have to actually learn PHP if you want to edit scripts, or run the risk of things fouling up. Go have a look at the HudZilla PHP book over at www.hudzilla.org/phpbook - it's free and very well written. Oh, how i lub paul hudson.

In any case, my favourite editors :
SciTE - www.scintilla.org/scite : notepad with syntax colouring, folds, regexps and other l33t stuff - i believe it's only 300k as well. Free as in beer and liberty.
BBEdit : www.barebones.com . Mac only, but my gawd, it's a reason to use a Mac alright - that, and OSX kixoring for n00bies learning the tao of webserving (like myself) because installing server stuff is so easy. Oh, and restarting apache on a windows box is a pain.
that Zend one : www.zend.com. Made by the guys who maintain PHP, and very, very nice. You do have to pay for it though.

Dreamweaver's not on the list because it costs major dollars and gets in the way too often. I think it was the 'helpful' code completion that did it for me - how many times do I have to yell 'when i press tab, i want four spaces dammit!' at my screen?

[disclaimer : my $0.02.]

 

 

 


Reply

pawitp
There are no WYSIWYG php editor out there but you can use a html WYSIWYG editor for web layout and insert your php later. You still have to write a script though. A WYSIWYG php isn't customizable and thus don't exist

Reply

djax
Im using Dreamweaver MX to write php code

Reply

dul
Best editor is for me just simple text editor.

Reply

sandbox
I've been wondering if one couldn't use AJAX to build an online WYSIWYG php editor...

http://www.squarefree.com/htmledit/ was my inspiration, but I haven't pursued it. Does anyone understand AJAX well enough to say one way or the other?

Reply

itaim
QUOTE(msdeeva @ Aug 12 2005, 10:40 PM)
Hi,

I'm looking for any easy way to edit a php page.  I'm really new to this programming language, and I don't have a lot of time, so I'd prefer if I could find a WYSIWYG PHP editor.

Do you guys know of any.

Thanks.
*


wink.gif
In order to test PHP programs...
"EngInSite Editor for PHP" in http://www.enginsite.com/php-editor.htm
If you need write PHP, Ultraedit. ultraedit.com

Reply

mike_savoie
QUOTE(msdeeva @ Aug 12 2005, 11:40 PM)
Hi,

I'm looking for any easy way to edit a php page.  I'm really new to this programming language, and I don't have a lot of time, so I'd prefer if I could find a WYSIWYG PHP editor.

Do you guys know of any.

Thanks.
*



Slow down. Do a little research, www.google.ca...

First thing, a wysyg for php? It doesn't work like that. As far as editors go, any text editor will work. But a good free editor is bluefish.

http://bluefish.openoffice.nl

If by php you mean html, well search google for a free wysyg. I doubt you're doing this as a means to make money or keep your job, so there really is no rush except your own impatience. I strongly suggest you take the time to learn php properly. If you need some debugging done, post your error message and appropriate code snippets and I'll gladly help you fix it.

Reply

p_a
For coding I mostly use Crimson Editor. It has few really good features, it's perfect for coders.

Of course there are others, but when one gets used to an editor, it's not easy to change it, even one knows there are better editors.


Reply

sobhan
You forgot: Macromedia Dreamwawer, Magmasoft Notes, Text Pad, ConText, Zend.. Dreamwawer and Zend are very powefull, but you have to pay.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3, 4
Recent Queries:-
  1. php edit opensource - 47.25 hr back. (1)
  2. best php editor for oscommerce - 153.94 hr back. (1)
  3. wysiwyg php editor freeware - 228.32 hr back. (1)
  4. open source php designer wysiwyg - 272.81 hr back. (1)
  5. free "wysiwyg php editor" - 300.94 hr back. (1)
  6. i need to validate some php code know of any scripts or programs which do this - 364.88 hr back. (1)
  7. can you use notepad as a php editor - 396.51 hr back. (1)
  8. "wysiwyg php editor" - 335.07 hr back. (2)
  9. php editor similar frontpage - 433.84 hr back. (1)
  10. editors for programming code php, html, - 446.82 hr back. (1)
  11. wyswyg php editor free - 527.57 hr back. (1)
  12. do i need an editor to do php - 537.64 hr back. (1)
  13. does anybody know any free php designer programs - 566.85 hr back. (1)
  14. php editor like frontpage - 180.89 hr back. (3)
Similar Topics

Keywords : php, editor

  1. Best Php And Mysql Editor For Noobs
    anyone any php or mysql editor that is good for noob (6)
  2. I Just Wrote A Script For A Php Text Editor!
    (8)
    Yes, I just wrote out a script for a PHP text editing program. It is very basic but I would like to
    be able to actually use this and update it. First, I need version 0.7 to be proofread. It will be
    upgraded to 0.8 after closed beta, 0.9 after open beta, 1.0 when ready. I would love to have some
    people help with this project. Right now it is a simple PHP script and HTML form. Here is the
    current script. I would like it to be proofread. $fileName = "$_REQUEST ";
    $fHandle = fopen($fileName , 'w') or die("Can't write file."); $fCont....
  3. Php Text Editor
    (1)
    Is there any possible way using XML and PHP that you could create a text editor that can save files
    in your documents and also make a hotlink to your site. Much like a online notepad. I would like to
    know how I would make on of these and whether or not MySQL or XML would be a good language to use
    for storing data. My current idea deals with only PHP and iframes. It really isn't an editor
    though, more like a notes page. I would like a way though to be able to create a database with info
    stored from the PHP script which and be able to save to your hard drive. Also, i....
  4. Editor For Script
    Question (7)
    Hi all I want make and design a news script , i need web base editor like ( HTMLAREA v3 ) or Higher
    ! Did You work with this kind of scripts ? I tired to use htmlarea v3 for my scripts , i want
    another this kind script , for my its not important its free or not ! if you work with this
    kind of script please help me to choose best web base editor thanks all /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> ....
  5. Good Editor
    its nice and suits for Php& all (1)
    this is a very nice editor. try this for Php and all other web designing languages too. Php
    Designer 2005 /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> ....
  6. I Need A Php Editor
    I need that for image editing (1)
    I need a php editor whichc can be used for the image editing like FrontPage for HTML. Can any body
    give a link for that....
  7. Php Editor
    Which one you prefer? (11)
    Well, since I'm starting to learn some PHP programming and editing, I need some recommends about
    what program should I use, and if possible what's advantage and disadventage of the program, how
    easy to use it, the interface. etc Some of my friend, encourage me to use Dreamweaver, since I'm
    new and will not do much in it.....
  8. I don't use notepad for my php programming anymore
    I use Crimson Editor (16)
    I got it free on a MicroMart CD, but i'm sure you could find it on download.com It's a
    great alternative.....

    1. Looking for php, editor

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for php, editor

*MORE FROM TRAP17.COM*
advertisement



Php Editor? Do You Know Of Any?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE