Re: PHP/HTML/FP question

From: chris leeds (chris_at_nedp.net)
Date: 07/29/04


Date: Wed, 28 Jul 2004 21:43:24 -0400

thank you. I found a real nice .asp editor that's got a way cheaper license
than the php one im using. I'm actually thinking of making an asp version.

thanks for the compliment, oh, the variety of tools available in the editor
is at maximum. there's a config to adjust for such things.

I'll see if I could find the .asp textarea link if you're interested.

--
Chris Leeds,
Microsoft MVP FrontPage
The email address on this posting is a "black hole".  I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:ukP8xgOdEHA.3944@tk2msftngp13.phx.gbl...
> There are ASP based Textarea Edit components available. However I would
never trust let a client
> having that much formatting access, as I have seen client select 36 Point
font size, insert images
> that are way too large, etc.
>
> However your application looks good, good luck!
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "chris leeds" <chris@nedp.net> wrote in message
news:unJToZOdEHA.384@TK2MSFTNGP10.phx.gbl...
> > Yes, I guess it's an opportunity for me to sell a little hosting. ;-)
> >
> > It really is a nice way to work locally.  No php problems and full
access to
> > the fp components (all I've tried so far).   still, I wish it were .asp.
;-)
> >
> > --
> > Chris Leeds,
> > Microsoft MVP FrontPage
> >
> > The email address on this posting is a "black hole".  I got tired of all
the
> > spam.
> > Please feel free to contact me here:
> > http://nedp.net/contact/
> > --
> >
> >
> > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> > news:uJ9VhlNdEHA.3044@TK2MSFTNGP10.phx.gbl...
> > > Chris,
> > >
> > > That great, but unless the user has access to IIS MMC directly on the
> > server that will be hosting
> > > the site to set this, a host may or may not be willing to make that
> > change, plus the host must also
> > > have PHP installed.
> > >
> > > --
> > > ==============================================
> > > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > > WEBMASTER Resources(tm)
> > > http://www.ycoln-resources.com
> > > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > > ==============================================
> > > To assist you in getting the best answers for FrontPage support see:
> > > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > >
> > > "chris leeds" <chris@nedp.net> wrote in message
> > news:Ox1OUfNdEHA.2752@TK2MSFTNGP12.phx.gbl...
> > > > OK, here (IMHO) is the best way to do something like call php
functions
> > into
> > > > a heavily "FrontPage" web.  That is; a web with lots of FrontPage
stuff
> > like
> > > > fp includes, navigation, etc.
> > > > the trick is to simply not tell FrontPage the pages are php!
> > > >
> > > > you can set the server (just the subweb where you want this action)
to
> > > > process .htm or .htm or any other page past the PHP engine!  You can
do
> > > > exactly what you want with PHP, while retaining the good things
> > FrontPage
> > > > will do with themes etc.
> > > >
> > > > I wouldn't think it'd be good to do the trick on the root web of the
> > whole
> > > > server but what could it hurt if the pages in the subweb would've
been
> > php
> > > > anyway.
> > > >
> > > > here's how:
> > > >
> > > > Internet Services Manager, right click on the Website that you'd
like to
> > > > change, select Properties, then Home Directory tab, then
"Configuration"
> > > > button on bottom right hand side. and just add .htm, .html so
they're
> > > > referencing the PHP app like on mine it's C:\PHP\php.exe
> > > >
> > > > here's the result: http://demo.contentseed.com/sample I'm going to
do
> > the
> > > > same thing to http://demo.contentseed.com/sample2 since it's even
more
> > heavy
> > > > on the fp stuff.  I want to test form behavior etc.
> > > >
> > > > HTH
> > > >
> > > > --
> > > > Chris Leeds,
> > > > Microsoft MVP FrontPage
> > > >
> > > > The email address on this posting is a "black hole".  I got tired of
all
> > the
> > > > spam.
> > > > Please feel free to contact me here:
> > > > http://nedp.net/contact/
> > > > --
> > > >
> > > >
> > > > "Crash Gordon®" <NOVIAGRAwebmaster@siriussystems.com> wrote in
message
> > > > news:uTv9F41cEHA.2664@TK2MSFTNGP09.phx.gbl...
> > > > oh yeah. the php script works, just not the fp includes.
> > > >
> > > > Is there another method of includes on php page? I'm a real noob on
php.
> > > >
> > > > "Steve Easton" <admin@95isalive.com> wrote in message
> > > > news:OFCRah1cEHA.3728@TK2MSFTNGP09.phx.gbl...
> > > > | Are you working on a php enabled server??
> > > > |
> > > > | --
> > > > | Steve Easton
> > > > | Microsoft MVP FrontPage
> > > > | 95isalive
> > > > | This site is best viewed............
> > > > | .......................with a computer
> > > > |
> > > > | "Crash Gordon®" <NOVIAGRAwebmaster@siriussystems.com> wrote in
message
> > > > | news:%23Kbj9UycEHA.2352@TK2MSFTNGP09.phx.gbl...
> > > > | They're FP Component includes ie:
> > Insert/WebComponent/IncludeContent/Page
> > > > stuff.
> > > > |
> > > > | They'll work in Preview In Browser only if the page is named .htm
and
> > > > disappear if page has .php
> > > > | extension.
> > > > |
> > > > |
> > > > |
> > > > | "MD Websunlimited" <none@none.com> wrote in message
> > > > news:eDQBIPycEHA.384@TK2MSFTNGP10.phx.gbl...
> > > > | | Hi Crash,
> > > > | |
> > > > | | What type of includes, server SSI or FP Include components? The
> > latter
> > > > should work as they are
> > > > | design time and the former will only
> > > > | | work if the page extension is .stm. PHP, which I don't recall
has
> > it's
> > > > own include directive that
> > > > | can be used to replace server SSI.
> > > > | |
> > > > | |
> > > > | | --
> > > > | | Mike -- FrontPage MVP '97-'02
> > > > | | http://www.websunlimited.com
> > > > | | FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
> > > > | |
> > > > | | "Crash Gordon®" <NOVIAGRAwebmaster@siriussystems.com> wrote in
> > message
> > > > | news:uf4f3KycEHA.3620@TK2MSFTNGP10.phx.gbl...
> > > > | | Howdya all..
> > > > | |
> > > > | | I have a page created in FP02 a regular html page was created
and
> > exists
> > > > in the root folder. It
> > > > | has included content in top header
> > > > | | and left & right table columns as well (nav stuff).
> > > > | |
> > > > | | Page works fine.
> > > > | |
> > > > | | Then added php script into center table.
> > > > | |
> > > > | | Saved page as xxx.php
> > > > | |
> > > > | | Works fine, php works and the basic design of the page is
> > there..main
> > > > table, table heads, colors,
> > > > | css all fine.
> > > > | |
> > > > | | But...the includes are gone, anything in include doesnt appear.
> > > > | |
> > > > | | Made copy of page. Renamed the copy as htm again...everything
there
> > > > (except of course the php
> > > > | won't work as htm)
> > > > | |
> > > > | | ? - Does php not like includes? I don't know much about php so I
> > thought
> > > > I'd ask here.
> > > > | |
> > > > | | If this is the case I can just redesign the page without the
> > includes
> > > > (no biggie), *but* if the
> > > > | includes *should* work I will
> > > > | | concentrate on fixing prob.
> > > > | |
> > > > | | tnx,
> > > > | |
> > > > | | Rob
> > > > | |
> > > > | | --
> > > > | | Non pensare che non ci siano coccodrilli perché
> > > > | | l'acqua è calma
> > > > | | From: "Crash Gordon"
> > > > | | email: NOVIAGRAPLEASEwebmaster@siriussystems.com
> > > > | |
> > > > | |
> > > > | |
> > > > |
> > > > |
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Loading