Welcome Guest ( Log In | Register)



4 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> Php Editor? Do You Know Of Any?
msdeeva
post Aug 13 2005, 02:40 AM
Post #1


Advanced Member
*******

Group: Members
Posts: 143
Joined: 12-August 05
Member No.: 10,598



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.
Go to the top of the page
 
+Quote Post
snlildude87
post Aug 13 2005, 03:20 AM
Post #2


Moderator
***************

Group: Members
Posts: 2,325
Joined: 8-March 05
From: Mawson, Antarctica
Member No.: 4,254



There are a bunch of editors out there, but a really good one is Microsoft Notepad. No kidding. It's simple, easy to use, and it should come with your computer. It's not wysiwyg, but it good. I don't think there are any WYSIWYG PHP editors out there because PHP is a scripting language and a server-side scripting language at that. That means that you have to upload your PHP scripts/code to the server and execute it there.
Go to the top of the page
 
+Quote Post
msdeeva
post Aug 13 2005, 04:05 AM
Post #3


Advanced Member
*******

Group: Members
Posts: 143
Joined: 12-August 05
Member No.: 10,598



QUOTE(snlildude87 @ Aug 12 2005, 08:20 PM)
There are a bunch of editors out there, but a really good one is Microsoft Notepad. No kidding. It's simple, easy to use, and it should come with your computer. It's not wysiwyg, but it good. I don't think there are any WYSIWYG PHP editors out there because PHP is a scripting language and a server-side scripting language at that. That means that you have to upload your PHP scripts/code to the server and execute it there.
*



I tried to use notepad to edit my index.php page for oscommerce, and it ruined the script. So can I edit it, and still have a working page.

Thanks
Go to the top of the page
 
+Quote Post
msdeeva
post Aug 13 2005, 04:06 AM
Post #4


Advanced Member
*******

Group: Members
Posts: 143
Joined: 12-August 05
Member No.: 10,598



QUOTE(snlildude87 @ Aug 12 2005, 08:20 PM)
There are a bunch of editors out there, but a really good one is Microsoft Notepad. No kidding. It's simple, easy to use, and it should come with your computer. It's not wysiwyg, but it good. I don't think there are any WYSIWYG PHP editors out there because PHP is a scripting language and a server-side scripting language at that. That means that you have to upload your PHP scripts/code to the server and execute it there.
*



I tried to use notepad to edit my index.php page for oscommerce, and it ruined the script. So can I edit it, and still have a working page.

Thanks
Go to the top of the page
 
+Quote Post
Unregistered 015
post Aug 13 2005, 01:24 PM
Post #5


Super Member
*********

Group: Members
Posts: 276
Joined: 4-August 05
Member No.: 10,273



Look for PHP Designer by some guy named Michael. It's free and comes with evrything you need: sintax highlighter, tabbed editing, and suff. Try it!

I think it is Michael Pam or Pham + software (that's his corp.)
Go to the top of the page
 
+Quote Post
aminzzlink
post Aug 13 2005, 04:20 PM
Post #6


Advanced Member
*******

Group: Members
Posts: 117
Joined: 18-July 05
From: Black Pearl .
Member No.: 9,583



hi msdeeva i think that you haven't edit one PHP page , here is the solution , ...i hope that is will be the solution happy.gif !

if you would edit a PHP page , you can try with a lot of programs to do it, but if you are looking for a good and fast one here is the link i use it for all time : PHP Expert Editor
Discription :
IDE PHP is a strong and eisy to use with programeurs professionel and for all people new to pratique this language , there are colors for commends and a lot of tools , and is very fast !!!!

Good look laugh.gif !!!!


Go to the top of the page
 
+Quote Post
kasm
post Aug 13 2005, 04:35 PM
Post #7


Super Member
*********

Group: [HOSTED]
Posts: 297
Joined: 27-July 05
From: Melbourne Australia
Member No.: 9,909



QUOTE(msdeeva @ Aug 13 2005, 01: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.
*


We have to distinguish between two types of tools that developers can opt for - an editor, or an Integrated Development Environment (IDE),
If you want to code fundamental PHP applications, any standard text editor such as Notepad, would do. But, for the same reason most of us prefer creating documents with a word processor over Notepad, Professional PHP developers always prefer an IDE over a simple editor.
There are many. But I select for you five and all is FREEWARE.
You will not loose if you download them and experiment with them to decide by yourslf which will better for you.

1) Davor's PHP Editor (DPHPEdit) from Davor Pleskina is a free PHP IDE (Integrated Development Environment) which allows Project Creation and Management, Editing with customizable Syntax Highlighting, AutoCompletion and Completion Proposal, Running&Previewing Project/Files using Internal or External Browser, Code Exploring and Multiple PHP-related special features. The program is totally FREE and runs on all Win32 platforms. It can posibly be used to manage projects and scripts in languages other than PHP.
Download at : http://www.download.com/Davor-s-PHP-Editor...4-10154061.html
_________________________
2) Maguma Workbench is an Integrated Development Environment (IDE),. It is original PHP-only IDE Maguma Studio, a fast and efficient PHP editor.It is now open source under a modified MPL (Mozilla Public License).Download at: http://www.maguma.com/
____________________
3) HAPedit is an acronym for Html Asp Php editor; a win32 text-mode editor useful for all developpers of dynamic web pages.Its main features are: page preview in browser; project manager for example:
- syntax highlighting for html/php, html/asp, html, JavaScript, CSS and SQL;
- preview images;
- with SQL console; FTP Manager; Code Explorer
- completion for html tags, php functions and php variables,
- Brace-matching' highlights blocks '{}', '[]' and '()' while typing code.
- Ctrl+F1 displays the page of php manual that describes function. if you download the manual.
- Ctrl+F9 returns compilation error in php pages if you have the php engine installed..code
and more.
It is is freeware at one of the sites at: http://hapedit.free.fr/freewares.php
_______________
4) Alleycode 2.15 for Windows, is fast HTML editor with turitorial. But beyond HTML, Alleycode's wizardry focuses on PHP and CSS interaction. It is FREE! .; additionally focusses on PHP and CSS interaction.
www.alleycode.com/ Download free at: http://www.alleycode.com/download.htm
_________
5) PSPad is a full featured text editor that you can use to edit and validate HTML, PHP, Perl, JavaScript, C, etc. code explorer for Pascal, HTML, PHP, XML (etc), matched bracket highlighting, etc. . you can download it free from
http://www.pspad.com/en/download.php#dictionary
Go to the top of the page
 
+Quote Post
Ao)K-General
post Aug 13 2005, 10:50 PM
Post #8


Privileged Member
*********

Group: Members
Posts: 524
Joined: 6-March 05
Member No.: 4,187



I know of a great wysiwyg. Its called, DreamWeaver. I have the trial version and I am still getting used to it. It works great. The trouble I have with it is the fact that i know little PHP.
Go to the top of the page
 
+Quote Post
msdeeva
post Aug 14 2005, 12:02 AM
Post #9


Advanced Member
*******

Group: Members
Posts: 143
Joined: 12-August 05
Member No.: 10,598



QUOTE(ciroxyz @ Aug 13 2005, 06:24 AM)
Look for PHP Designer by some guy named Michael. It's free and comes with evrything you need: sintax highlighter, tabbed editing, and suff. Try it!

I think it is Michael Pam or Pham + software (that's his corp.)