Thread: Use of Serial type

Use of Serial type

From
"Warren Massengill"
Date:
RedHat 7.2 RPM with PostgreSQL 7.1.x and PHP 4.0.6

Page 111 of PHP and PostgreSQL, this form displays in Mozilla. The submit
button is expected to run a script called reaction.php but it opens the
script and displays the code. The response is the same with or without
variable input.

I changed the script file to executable:  no effect.

I can run 'reaction.php' from the shell and it works.
What is the problem here?

Thanks,
Warren

---------------------------------
form
---------------------------------------------------------------
<html>
<body>
     A Simple Form
     <br><br>
     <form action="reaction.php" method="post">
          <input type="text" name="field_1" size="10"><br><br>
          <input type="submit" name="submitbutton">
     </form>
</body>
</html>

-------------
Reaction.php
---------------------------------------------------------------

<?php
     if     ($field_1)
     {
            echo "field_1: $field_1";
     }
     else
     {
            echo "nothing has been passed to this script";
     }
?>
----------------------
run as stand alone php
------------------------------------------------------------------
bash-2.05$ php < reaction.php
X-Powered-By: PHP/4.0.6
Content-type: text/html
nothing has been passed to this script
-------------------------------------------------------------------






_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


Re: Use of Serial type

From
Keary Suska
Date:
on 9/18/02 5:17 PM, warrenmassengill@hotmail.com purportedly said:

> RedHat 7.2 RPM with PostgreSQL 7.1.x and PHP 4.0.6
>
> Page 111 of PHP and PostgreSQL, this form displays in Mozilla. The submit
> button is expected to run a script called reaction.php but it opens the
> script and displays the code. The response is the same with or without
> variable input.
>
> I changed the script file to executable:  no effect.
>
> I can run 'reaction.php' from the shell and it works.
> What is the problem here?

Apache is not configured properly to recognize the .php extension. Look at
the installation instructions for the AddType directives you must have.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"