Best editor for PHP

hi all
i am having one form,and one submit button.when ever i submit the button the values should submitted to the different pages...any one can help me please...

<form action="" method="GET">
<p>name:<input type="text" name="job" /></p>
<p>type:<select name="type">
<option value="select">select</option>
<option value="job">job</option>
<option value="real">Realestate</option>
</select>
</p>
<p><input type="submit" name="send" value="send" /></p>

if my selected option is job then action page will be job.php
and the seleted value in dropdoen is Realestete then action page will be real.php
 
hi all
i am having one form,and one submit button.when ever i submit the button the values should submitted to the different pages...any one can help me please...

<form action="" method="GET">
<p>name:<input type="text" name="job" /></p>
<p>type:<select name="type">
<option value="select">select</option>
<option value="job">job</option>
<option value="real">Realestate</option>
</select>
</p>
<p><input type="submit" name="send" value="send" /></p>

if my selected option is job then action page will be job.php
and the seleted value in dropdoen is Realestete then action page will be real.php
 
I really like Sublime editor http://www.sublimetext.com/ it's a very clean editor and fast it can be extended with plugins too.
 
my personal favourite is Coda. I tried Textmate for a while but Coda is way more feature rich, although annoyingly it doesn't highlight braces in the way I'd like. Definitely worth the money. Sublime is apparently the next big thing, although it doesn't support 10.5 or lower. Get it while it's in beta! http://www.sublimetext.com/
 
Many Editor are available in the market for PHP.‭ ‬My favorite is Macromedia Dreamware.‭ ‬It is the best tool for designing and coding for PHP.‭ ‬It is an amazing tool.‭ ‬I like this tool very much.



Hire PHP Developers - Experienced PHP Developers available on Full-Time, Part-Time & Hourly Basis.
 
Adobe Dreamweaver is best one.
Because you can write any kind of files using Dreamweaver.
:D
 
I recomend you Codelobster PHP Edition.
It's most powerful among free code editors.
Some advantages of this editor are: intellectual autocomplete, FTP,
folding code, navigation with Ctrl for all links and descriptions and
incremental searching
Important feature of this editor is presence of special plugins for
Drupal CMS, Joomla CMS, Smarty template engine, JQuery library, CodeIgniter framework,
CakePHP framework, Facebook social network and WordPress blogging platform.
________________________________
danby portable dehumidifier
 
I used Netbeans, but after a while got pissed since it would start eating more and more resources as I worked.
Well, it was good editor, but now I'm happy with Notepad++ :oops:
 
I had to change to Linux.

There are many editors which I tried out, but non of them I had everything what is important to me. Except for 'Netbeans' which I still don't like, because of crappy laptop.

So right now I'm using 'Geany'.
It loads fast, has a folding, line marking, compiling features.
Folding is manual, you can't chose like "Fold all 3rd level folds" like in 'Notepad++', that's annoying, 'cause it was most useful feature to me. Especially since I'm working on new CMS which is based on OOP, it has large classes
Second feature would be text marking. Marks a text which contains same characters - not found on "Geany", but possible on many other editors.
Third most important feature which I didn't find in any editor is CVS. Because of that I end up with using 'Netbeans' for that feature. There even aren't any others programs which would handle CVS well (with GUI, I haven't tried out ones which works on command lines)

What I liked most on 'Geany' is compiling, even thought it was most popular feature I found on most of Linux editors.

Conclusion:
In the end, after comparing pros and cos I encountered. For programming Linux is a crap.
It doesn't have any
 
Still I use Dreamweaver(5) for coding PHP/HTML/CSS/Script if it is more a static/design oriented website.

But I like Zend, for OOPS.

Hats of Dreamweaver to stay in the industry for long time for web develoers(designers).
 
Notepad++. Consumes less memory as compare to other IDE. It is freeware and available on http://notepad-plus-plus.org/download/v6.1.4.html

- Parag Bhavsar

Email - parag.bhavsar@gmail.com
Skype - paragbhavsar7777

http://in.linkedin.com/pub/parag-bhavsar/4/554/5a3
https://twitter.com/ParagBhavsar
http://digg.com/paragbhavsar
https://plus.google.com/112583269132107620439/posts

Cell No - 9730077617
For PHP Source Code and Interview Questions Visit http://www.quicksearchcode.com
 
Notepad++ is one of the best I have ever used. At least of the free ones.
I personally like Dreamweaver most (I guess, most of you do ;) ), because it's a really powerfull editing/creating tool.
Sincerely,
D. Berletta
 
Back
Top