What Editor Do You Use To Code Php - Tell us...

Pages: 1, 2
free web hosting
Open Discussion > CONTRIBUTE > Computers > Software

What Editor Do You Use To Code Php - Tell us...

truefusion
I personally use Geany. It's a lightweight IDE—very lightweight, it opens quick! It has many of the features that have been mentioned in this topic for other programs. You can find out some of its features in this article: Perfect Programming IDE. The main feature i like about it, though, is how when you're typing out a PHP function, it pops out what they call a "call tip" informing you about what parameters the function takes. This is helpful, as i don't need to constantly have to look at the PHP manual when i forget about a certain function. Geany also supports over 30 different filetypes. Geany is also open-source, and can be installed in basically any operating system. Also, if you know how to edit its configuration, you can create custom statement or loop auto-completions for certain filetypes. For example, let's say i'm typing out a PHP if statement, i just type out the word "if" and then hit the tab key, it then fills out the rest of the statement (parentheses, curly brackets, etc). It also has a scribble area at the bottom where you can leave yourself some project notes.

 

 

 


Reply

techclave
i use dreamweaver to code PHP sites. it is a very usefull editor.

it provides many options. a cool one....

Reply

Liam_CF
I just use notepad for coding everything, but I don't code very much php and the most difficult thing I have used is a simple

'if page ="games" echo "whatever"'

I'm not the best at coding.

Reply

indrazam
obviously dreamweaver is good (the reason being its expensive) but i use PHPdesigner like a lot of other people. The free version is quite limited but good enough. If you want something for very commpleting long php files, then the proversion of PHPDesigner or dreamweaver is what i would go for!

Thanks
Alen


Reply

coolcat50
I use Notepad++ because of its high language compatibility with syntax highlighting, line numbers, and it is free. I use it to code HTML, CSS, Javascript, PHP, Perl, and basically all of my other languages I program in. I will use Notepad maybe for like really simple applications.

Reply

alfonzjanfrithz
Usually, in all my web design project, I use Adobe dreamweaver CS3 because this program can realize several language that important in web design, we can design it with the preview, so if we make a mistake, is easier for us find our mistake. But , there are some alternative software to write your PHP.....

1. Notepad ++
You must try this software. First Notepad ++ is totally free editor application, small, run as fast as notepad, and small size with a good features. It also gives the extra functionality to the general user: colorize the user defined words. You can print your source code in color (or whatever you want) if you have a color printer (WYSIWYG). Furthermore, Notepad++ includes the multi-view feature, which allows the user to edit the different documents at the same time, and even edit the same document synchronously in 2 different views.
Notepad++ supports drag and drop: not only you can drop the file from explorer to open it, but also you can drag and drop a document from a view to another. With all the functionalities, Notepad++ runs as fast as Notepad provided by MS Windows. Supported languages for the moment: (c/c++/Java/html/xml/php/asp/vb/vbs/SQL/Objective-C/javascript/ini/makefile/MSDos Display). To find, google it.

2.phpDesigner 2008
The second tool is PHPdesigner 2008. This tools is so powerful and give so many excellent features such as Work with object-oriented programming (OOP), Intelligent syntax highlighting, Support HTML, XHTML, MySQL, XML, CSS, JavaScript, VBScript, Java, C#, Perl, Python and Ruby, Work with projects and frameworks, Support for real debugging, Enjoyable to use for hours and hours. But must pay for it.....

3.EditPlus
If you have try all above, and still unsatisfied, try this and Google it. But I'm not really like this software.

For my operating system I use Windows XP SP2, the most OS that used today. if you like you can install vista transformation pack 7.0, its really nice....

 

 

 


Reply

bthaxor
i don't code php (i use xhtml+css), however if i did i would use textpad.

it is free, has highlighting for different syntaxes...

i am overwhelmed by this product, so i'll just give you some of textpad's features:

QUOTE
* Huge files can be edited, up to the limits of virtual memory. See Specifications for the actual limits.
* Supports Universal Naming Convention (UNC) style names, and long file names with spaces.
* CUA compliant keyboard commands.
* English, French, German, Italian, Polish, Portuguese and Spanish user interfaces.
* A spelling checker with dictionaries in 10 languages.
* Multiple files can be simultaneously edited, with up to 2 views per file.
* Warm Start feature lets you restart exactly where you left off.
* In addition to the usual cut, copy and paste capabilities, selected text can be case shifted and block indented, and characters, words and lines can be transposed. Cut and copied text can be appended to the clipboard, as well as replacing its contents.
* Text can be automatically word-wrapped at the margin, or at a specified column, if it does not fit on a line. In this mode, text can be split into separate lines where wrapping occurs, or lines can be intelligently joined, preserving paragraphs.
* OLE2 drag and drop editing for copying and moving text between documents.
* Unlimited undo/redo capability. The undo buffer can be optionally cleared when a file is saved, or by using the Mark Clean command.
* Block (column) selection mode, and visible display of tabs and spaces.
* A keystroke macro recorder, with up to 16 active macros.
* Sorting, using up to 3 keys.
* Text can be automatically aligned and indented, relative to the previous line, to aid block indentation.
* The right mouse button pops up an in-context menu.
* The cursor can be constrained to the text, or can be positioned freely in the document view.
* Toolbar with fly-by usage hints, and an active status bar.
* A powerful search/replace engine using UNIX-style regular expressions, with the power of editor macros. Sets of files in a directory tree can be searched, and text can be replaced in all open documents at once.
* Visible bookmarks can be placed on individual lines, and on all occurrences of a search pattern. Bookmarked lines can be cut, copied or deleted.
* A built in file manager for fast file copying, renaming, deleting etc.
* Print previewing, and printing with customizable headers/footers and page breaks.
* Viewer for binary files using a hexadecimal display format.
* Built in file comparison utility, and up to 16 user-defined tools with argument macros.
* Hypertext links from file search and user tool output to the relevant source line.
* DDE interface to other tools, such as MS Visual C++. The editor detects when an open file has been modified by another tool, and prompts you to reopen it.

Reply

Damen
I personally use Eclipse. Eclipse is an opensource program that is originally made for programming Java. But they have many extensions for programming C++ and some others.

They have an Add-on called PHPeclipse and that is what I use. It includes features to manage the mysql servers, and apache although I just use easyPHP for that. It supports highlighted syntax and realtime debugging. Also at the bottom is a intergrated browser to see your work realtime also. It has tons of cool features and I really like it. Better than notepad++ in case someone mentioned that already.

Well here is the link to the eclipse site and to the PHPeclipse add on download site.

Eclipse: http://www.eclipse.org/
PHPeclipse: http://sourceforge.net/projects/phpeclipse/

I strongly suggest it if you are looking for an editor for advanced or beginning users.

Hope I was helpful.

Reply

www.skyrock.com
I'm using win xp sp2
and for my script Dreamweaver 2004

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
Recent Queries:-
  1. status bar notpade in c# - 5.55 hr back. (1)
  2. notpade c# - 91.02 hr back. (1)
  3. "block (column) selection" eclipse - 635.31 hr back. (1)
Similar Topics

Keywords : editor, code, php,

  1. Free (legal) Flash Editor? Anyone?
    (9)
  2. Wysiwyg Jscript Editor
    I need a good Java Script Editor (3)
    Can any of you guys give me a good Java Script Editor. I really need one badly. I make Java Script
    goodies as an addon for my web site but it really takes a lot of my time to type all those similar
    code blocks over & over again, Could any one please provide me such an editor as Microsoft Visual
    Basic or Visual C++. I mean the IDE shold have similar features. ****Above all it should be a free
    one**** Thanks in adv. Dave....
  3. Inkscape, A Open Source Vector App That Support Lot Function.
    An Open Source vector graphics editor, with capabilities similar to Il (0)
    It is common now for using graphics design tools like Adobe Creative Suite, Canvas, CorelDraw etc.
    But it will be high cost. Here has a free open source tool that do most of the work without cost.
    It's called Inkscape. You can work with it like other common apps such as align, layer, export
    to gimp with svg and even more. Screen Shot : URL : www.inkscape.org Sample:
    www.openclipart.org Some Tutorial : blip.tv/file/316576 ....
  4. Free Php Editor
    can you help me (5)
    well i'm curently using microsoft visual studio express for HTML, CSS, javascript etc...
    it's great but i want to be able to code PHP from my desktop, but the only server side scripting
    it suports is asp. eventhough there is a software that helps visual studio with php (VS.php) but it
    is way too much /ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" />
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> i cant afford that.
    so anywayz i've been looking for a free Or opensource php editing software. the m....
  5. Free Html Editor
    (5)
    I found a good free html editor. it has no pop ups toget you to buy it. It has online support, built
    in Java script, all the html tags are included all you have to do is type the opening tag ( The
    software name is HTML Kit. to download it just google html kit and download it for the html kit site....
  6. Precise Video Editor
    (5)
    I need a video editor to take a clip and edit out the beginning part. Windows Movie Maker takes out
    the end. I also need to add sub titles at a section. Thanks ....
  7. A Good Flash Editor
    easy and possibly free? (10)
    I just got inspired to work with flash and I know nothing at all about it. What is a good editor for
    making flash websites? Possibly free but if not then I can work with whatever you can throw at me.
    ....
  8. A Google Php Editor
    (8)
    phpEdit 2.10 the homepage is http://www.waterproof.fr/products/PHPEdit/ ....
  9. Best Text Editor?
    Looking for a TE that auto-indents. (9)
    Hey guys just wondering what you think the best text editor is? I'm currently looking for one
    that auto-indents scrappy code. Any ideas?....
  10. Editplus : Text/html/programmers Editor For Windows
    (5)
    QUOTE EditPlus is an Internet-ready 32-bit text editor, HTML editor and programmers editor for
    Windows. While it can serve as a good replacement for Notepad, it also offers many powerful features
    for Web page authors and programmers. Syntax highlighting for HTML, CSS, PHP, ASP, Perl, C/C++,
    Java, JavaScript and VBScript. Also, it can be extended for other programming languages based on
    custom syntax files. Seamless Web browser for previewing HTML pages, and FTP commands for uploading
    local files to FTP server. Other features include HTML toolbar, user tools, line ....
  11. Dev-php
    php-editor (8)
    Dev-PHP is a free php-editor from sourceforge. Official site: http://devphp.sourceforge.net/ It
    is useful programme to edit php files with good GUI platform. Get it and try to use it!!
    /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> Please give some
    comments on it after you have used it. /smile.gif' border='0' style='vertical-align:middle'
    alt='smile.gif' /> ....
  12. A Couple Of Phpbb Questions
    adding code, css files, linking (5)
    Sorry about the vague title, but I couldn't possibly fit what I needed in such a small line.
    Anyway, I would really appreciate it if anyone can answer any of these questions that I have about
    PHPBB. First, I want to know how I can change the logo of the PHPBB. When you first install PHPBB,
    it gives you their logo. You know, the one on the top-left. How do I change it to something that I
    want? Second, how do I make it so that when you click on the logo, you go to a different location
    instead of the forum root? Third, is it possible to add addition code to the forum....
  13. Free Template Based Web Page Editor
    I need a free WYSIWYG template webpage editor (8)
    What I need, is a free What You See Is What You Get Webpage editor for my girlfriend. She won't
    let me make the pages for her, she wants to do it herself, but she is not familiar with HTML or
    stuff like that, so she will need some template based editor, easy, and not to have too much
    options. I myself use Macromedia Dreamweaver, but it's not suitable for her, she needs to learn
    it quickly, and to make pages quickly too, just simple pages, nothing complicated... If anyone
    could suggest some good editor, I'll apreciate it. Please let me know. Thanx in advance....
  14. Free Html/php Editor.
    (10)
    Hello all, I have made this program a while ago called page edit. However its not a WYSIWYG editor
    because on this forum at the time people prefered text based editors instead of WYSIWYG's. So I
    made this program for fun that I am going to release to the public. If you have any problems or bugs
    you can go on the forums I set up here . I know it has some and I might release my final version
    maybe tonight thats completley bug free. Theres a ink below to download it and theres NO installer.
    /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ....
  15. Wolf Web Editor Pro 3.0.3
    (0)
    Wolf Web Editor Pro 3.0.3 http://home.no.net/aaslund/ http://home.no.net/aaslund/WolfWebsite.htm
    Wolf Web Editor Pro is for those who know a little how to code HTML Web sites. The program is like
    a notepad with HTML Syntax, Preview and Code Generator and the only limitation is your programming
    skills. The 'Wolf Web Editor Pro' is a program for both beginners and professionals. Version
    3.0.3 supports HTML, PHP, JAVA SCRIPT, VBSCRIPT, PASCAL, SQL, and XML. It features quick codes,
    insert menu, options menu, and HTML Code Generator 1.2. You can even make your ....
  16. Free Html Editor
    can you please find one? (16)
    can someone help me find a good html editor?....
  17. Php Editor
    (3)
    I'm a bit new to PHP coding, so are looking for a good PHP Editor. I have tested some with
    PHP-syntax check but one that could debug would make it much easier... So anyone that have a tips
    ?....
  18. Free Html Editor
    (19)
    Open Office.Org. One of the best features that comes with open office is there html editor. You
    can view it at Open Office.Org Thanks....

    1. Looking for editor, code, php,

*RANDOM STUFF*





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

*MORE FROM TRAP17.COM*
advertisement



What Editor Do You Use To Code Php - Tell us...



 

 

 

 

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