|
-
Mar 14th, 2006, 03:30 AM
#1
Thread Starter
Frenzied Member
$_POST requires repost of data on page reload
Is there a way i can avoid having to repost the variables if i use $_POST.
Login.php ---> Form action / POST ---> main.php
this works but when i refresh main.php i cant the 'this page cannot be displayed unless you repost the page ' or something must be as i'm using $_POST to grab the vars.
Its because i use an include in main.php so you could say the main.php is more than one page. On the first time round is a verifier of values then its an actual page and the cookie determines if its displyed or not i need to get rid of the $_POST when it an actual page and let the cookie take over.
Last edited by Jmacp; Mar 14th, 2006 at 03:34 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|