PHP Grading Scrpt
Posted: Thu Apr 02, 2015 6:50 am
Can someone please help me on this following php programming script below ?
I dont want to do it via session.
I dont want to do it via session.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
I dont want to use sessions nor cookies nor database.Celauran wrote:Help you with what? Just storing previous entries? You can use sessions or cookies, embed them in the form via hidden field, persist them in a DB. There are many options.
Please help how you'd do thatCelauran wrote:Seriously? Embed them in hidden fields. Write them to a file. Stick them in Redis. You have to put it somewhere.