Current location: Hot Scripts Forums » Programming Languages » PHP » WYSIWYG PHP Editor


WYSIWYG PHP Editor

Reply
  #1 (permalink)  
Old 04-03-06, 05:09 PM
tjs tjs is offline
Newbie Coder
 
Join Date: Jan 2006
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
WYSIWYG PHP Editor

Hey everyone,
I use Frontpage 2003 to edit my web pages, but it can't edit PHP files visually. Is there a free program or addin I can download that can edit PHP in a WYSIWYG environment?
Thanks
Reply With Quote
  #2 (permalink)  
Old 04-06-06, 12:15 AM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Because PHP is an interpreted scripting language, it does not lend itself to a visual/WYSIWYG environment. The visual elements you see on a php based web page are still HTML. PHP is somewhat behind the scenes, filling in content based on user input or from a database, and processing information to be stored in a database or sent through email...

There are IDE's (Integrated Development Environments) where you can edit files and preview the resultant web pages in a browser (these require a web server and PHP to be installed on the development computer.)

One such IDE is - http://devphp.sourceforge.net/

There are individual pre-made scripts that you can find for such things as generating forms, creating database interfaces, generating calenders, and many many more uses... but PHP is basically just the processing power behind what you see on a dynamic web page and it is up to you to define and write the code to get it to do what you want.

Consider an existing HTML web page. Every time someone visits it, it looks the same. By using PHP, you can customize it to randomly change some element, display something based on the date or time, display the visitor's name (assuming he has entered this information), log a visitor in so he can access certain areas of your web site, have a Blog, a Forum, an ecommerce site, a CMS... or any thing else that makes use of dynamic information.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP multi-dimensional array sorting issue aqw PHP 2 06-24-05 11:09 PM
PHP Editor beta: need help Luckasoft PHP 0 02-23-05 03:20 AM
PHP Editor for beta-testing Luckasoft PHP 5 10-27-04 07:30 AM
a simple php editor... darkcarnival The Lounge 3 10-24-04 08:25 AM
Need more functions for my wysiwyg editor klausre PHP 3 06-14-03 11:35 AM


All times are GMT -5. The time now is 07:07 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.