Posted by Jerry Stuckle on 11/19/64 11:47
bob.herbst@gmail.com wrote:
> I have the form posting to itself now and the only problem is that when
> I do the include function at the bottom it keeps the original table and
> when the page reloads it puts it below the original table. I want the
> whole page to reload not to include the new page below the old
> page...do I need to use javascript or something to have the page reload
> before using the include function?
>
Sounds like you need to check the $_POST parms and determine if you need to show
the original table (first time through) or not.
Javascript won't help you - it's executed on the client after the php has completed.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|