Re: php form and ssi



Jerry Stuckle <jstucklex@xxxxxxxxxxxxx> wrote:
Correct, because Apache doesn't think a .shtml file can process POST
information.

Thanks for the explanation!

But I am looking for a way for the .shtml file to pass the POST
information to an included .php file which is able to do the processing.
I was hoping that someone would have done this before, but maybe it isn't
possible?

You need to follow up with this on the phpoi support forums. It's their
scripts, they should know how to make it work.

I wish that I was only a simple phpoi user which could ask for help in the
forum and get a reply from the phpoi guru. Unfortunately I am the
developer of phpoi so instead I come here for help.

As I don't know who will use phpoi and what their pages look
like I don't want the php code to output all the formatting stuff.

Why not? Someone has to output formatting stuff.

Suppose that www.best_burgers.com has a site with lot of nice menus and
formatting. Suppose that they want to use phpoi to point out all their
restaurants. If they today have built their site with menus and formatting
with .shtml technices they can use phpoi by doing <!-- include... and all
their logos, menus and formatting will be kept, only the phpoi output will
be added.

As the developer of phpoi I can't put all those menus in the phpoi php
files. Then I would lock phpoi to only one site. If I would say that phpoi
can only be used at sites that is completely built upon php many people
who has built their sites with .shtml would not find phpoi useful.

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost

.



Relevant Pages

  • Re: php form and ssi
    ... Normally, you would use a php file to include your phpoi files, not a shtml file. ... like I don't want the php code to output all the formatting stuff. ...
    (comp.lang.php)
  • Re: php form and ssi
    ... Today I only know two sites using phpoi. ... php files. ... switch web hotel than to reencode their entire site. ... that none of my users had their sites on IIS. ...
    (comp.lang.php)
  • Re: php form and ssi
    ... That's two sites more than I know who use SSI for PHP. ... both sites using phpoi today is using Apache on different ... You'll lose a lot more customers by ruling out IIS users than those using SSI. ... switch web hotel than to reencode their entire site. ...
    (comp.lang.php)
  • Re: php form and ssi
    ... a new request to the web server ... So first the .shtml file is loaded, then the included php file is loaded. ... Phpoi consists of a number of php scripts. ...
    (comp.lang.php)