Jump to content

Front Page/Web Expressions PHP WSYWIG


Recommended Posts

Just wondering if anyone has ever had this problem and if they know of a solution.  I know alot of you will probably think I live in the stone age using FP, but I'm still learning and my job likes Microsoft products.  Anyway, whenever I code in PHP (as sloppy as it may look) for some reason the code won't display in the design view.  I have set the editor to respond to php, but it still doesn't show.  Is this normal?  Or is there a way to work around it?

 

Vince

Link to comment
https://forums.phpfreaks.com/topic/51962-front-pageweb-expressions-php-wsywig/
Share on other sites

  • 2 weeks later...

PHP is a server side only language. There is nothing to display in "design" view.

 

In other words, it takes a web server with php installed to a: interpret the instructions, b. process the html to display the instructions it had received.

 

It is not a "browser" side language like html.

 

Using any hand coding friendly editor is fine for php. But using editors like notepad and Frontpage are not recommended for php because they don't color code.

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.