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
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.

 

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.