Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #2 on: Jul 08, 2006, 12:02:38 pm »
Front Page is more of a WYSIWMSWYTS tool (What You See Is What MicroSoft Wants You To See)
To get a WYSIWYG view of a php script is not possible, a script uses variables that are filled and changed while the script is running and there is no view of a script/program other than the output it produces. If you want to get a WYSIWYG of the output I guess you can use templates and view them in Dreamweaver (see how phpBB uses the .tpl files)
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #7 on: Jul 13, 2006, 10:03:43 am »
The only php editor with WYSIWYG capabilities is the Zend Studio, but as an editor it is very slow (written in Java) and not recommended.
If you want to test what you do is better to use an apache/mysql server in your local machine. BTW if you think this is not easy (I talk about the installation) you can try the apache friends XAMPP