Hi every, I have a working form on a website that I post a var to the url after the form has been submitted. The problem is, My data is not being displayed from the database after the form is submitted.

index.php?fes=<? print $cfes_ref; ?>

What is the best way to post the data to the url again after the form is submitted by the user.

I am using a PHP GET when the form is originally loaded and the data is being displayed.
Just when I submit the form again the data is not being displayed.
Thanks in advance for any help.

Hello lloyd.farrell.7. Three quick questions that probably are the answers. Why do you need to do it in that way? Do you know what sessions are? Why do you use GET for posting ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.