Forum Moderators: coopster
header("Location:intro.php?disp=Hello&&show=1")
to redirect to intro.php from action.php
Once the page is redirected the query iam passing should be dislpayed in alertbox.Iam successfully finished this task.
Now i want to delete this query string after it is displayed in alert box so that when intro.php is refreshed alert box cannot displayed
please somebody help to make query string reset after it is displayed in alert box.