This does exactely what I want... However, how do I get the variables to
"stick". When the page reloads, whatever was sitting in my variables are
then gone when the page reloads...
<chris_camplejohn@e...> wrote in message news:98353@p..._php...
>
> It does re-display it, but posts the data that is on the page back to
> itself.
>
> If you want to reload the page then use
> onclick="Javascript:top.location.reload()"
>
> Hope this helps,
> Chris
>
> > Does setting the action on a form to $PHP_SELF forse the web page to
> > redisplay when you select the SUBMIT button?
> >
> >
>
>