Re: [PHP] PhP & Javascript Mixed Repost Fields

2002-04-01 Thread Jackson Miller
That seems like over complicating the problem to me. Why not just include the original query string that was passed from fooa.php by: header("Location:foa.php?$QUERY_STRING") -Jackson On Mon, 2002-04-01 at 12:28, Simos Varelakis wrote: > > > Here is a problem :-) > > A php post form fooa.php

[PHP] PhP & Javascript Mixed Repost Fields

2002-04-01 Thread Simos Varelakis
Here is a problem :-) A php post form fooa.php Submit all form fields to a page foob.php Page foob.php do some mysql db check and in one condition I want to Return to fooa.php without losing any field value... I made this from foob.php with header:("location:fooa.php?field1=$field1&field2=$fie