How do I use PHP on a Yahoo business web server using FrontPage200

R

robinohara

This is the suggestion in FP2003 Help, but I have no clue how to do this with
my Yahoo webserver.

Open the php.ini file on the Web server, and set asp_tags="1".
Use ASP-like <% and %> tags instead of the <? php?> tags. This stops
FrontPage from reformatting your PHP code.
Note As an alternative, you can use <script language="php"> and </script>
tags instead of <? php?> tags.

NO CLUE!!! PLEASE HELP!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top