Re: php form and ssi



Jerry Stuckle <jstucklex@xxxxxxxxxxxxx> wrote:
It may not be possible.

Fortunately I found a way which I just posted. It was possible to pass
form variables through .shtml when the .shtml file was called from php
with virtual("the_file.shtml");

Why are you so concerned with .shtml? There is nothing you can do in
.shtml that you can't do in PHP.

If I don't care about .shtml people who has built ther sites with .shtml
won't find phpoi useful.

And there aren't that many people using just .shtml - most are using a
high level language such as PHP, Perl, VBScript, Flash, etc.

Yes, this is true. However the fact that people using flash and other
technologies won't find phpoi useful is something I can't do much about.

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
    ... a new request to the web server ... So first the .shtml file is loaded, then the included php file is loaded. ... Even though it is the apache web server that transparently loads the ...
    (comp.lang.php)
  • 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
    ... form variables through .shtml when the .shtml file was called from php ... .shtml that you can't do in PHP. ... technologies won't find phpoi useful is something I can't do much about. ... Just because they use flash or something else in one part of the site means your project isn't useful in other parts of the site? ...
    (comp.lang.php)
  • Re: [PHP] A question that has been bugging me..
    ... Is it possible to have variables affect the database results of an ... .php = PHP Hypertext Preprocessor ... .shtml = SSI HTML ... Or did I completely misunderstand what sessions are used for? ...
    (php.general)
  • Re: [PHP] A question that has been bugging me..
    ... .shtml = SSI HTML ... PHP processes the .php script ... Consider it as if the .shtml file is a browser on a remote ...
    (php.general)