News

Is session cookies the best way to pass variables between a page when I'm trying to make a simple discussion board?Right now its passing through POST or GET i think so if a user happens to reload ...
You must then store the parameters in session variables, use a PHP redirect to call the second PHP script and retrieve the session variable values in the second PHP script.