i gess it is just a small example of how control your program flux using
the propertie ACTION of the <form> tag, if the code is not included on the
CD as Stephen points, it will be explained later, so at this point in the
book you probably should be paying attention to the order in which scripts
are executed and probably how the variables are past :-)

regards,

------------------------------------------------------------------
"Few are those who see with their own eyes and feel with their own
hearts."
Albert Einstein
-----------------------------------------------------------------
Maciek Ruckaber Bielecki



On Fri, 27 Dec 2002, Cerebrimbor wrote:

> I'm reading "PHP and MySQL for Dummies", to try to develop a very small
> web database.  In the examples, I see many references to:
> echo "<form action='processform.php' method='post'>"
> and
> echo "<form action='checkAll.php' method='post'>"
> but I have no php scripts called processform.php or checkAll.php.
> They seem to be fairly common scripts considering the number of Google
> hits I get when I do a search for them.
>
> Does anyone have any idea where I can get these scripts?
>
> Cerebrimbor
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to