i have created a shoutbox from a tutorial, when you have posted a message it takes you to a page saying thanks for postin the message, then a link back to the main page. how can i make it so that page doesent show, but it just refreshes the main page, so the message will appear, the url is...... www.vice-zone.co.nr/tr0jans/shoutbox.php

thanks if anyone can help

vice-zone

    javascript, or make your script post the form to itself and make the whole shoutbox in one file and just have it do different things if _POST vars are set...

    theres plenty of ways to do it, be creative

      i have got the whole shout box as one file,

      echo "Thanks for your post<BR>";
      echo "<A HREF=\"shoutbox.php\">View the shoutbox</A>";

      thats the part i want to change, what would the code be to make it go to that page, then redirect to shoutbox.php after 3 seconds?

      vice-zone

        Write a Reply...