Click to See Complete Forum and Search --> : PHP and Frontpage


Anon
01-02-2001, 11:16 AM
Can I use shared borders or themes in Frontpage on the php files? If so, how?

Anon
01-02-2001, 10:00 PM
sure, you just create the page the way you normally would, then add the php in after.
i think you have to use the alternative php tags when editing with front page; something like <script language='php'></script> so that front page doesnt mangle the tags. check the manual to verify the syntax: http://php.net/manual/html

gmccague
04-25-2002, 10:03 AM
The use of alternate script tags has helped with the look of the item while editting it in FrontPage. Unfortunately the shared borders implementation still does not work correctly. It is almost like the PHP engine is ignoring or not allowing the FrontPage extensions to access the file.

Any suggestions would be greatly appreciated.