Page 1 of 1

PHP Grading Scrpt

Posted: Thu Apr 02, 2015 6:50 am
by yetin
Can someone please help me on this following php programming script below ?

I dont want to do it via session.

Re: PHP Grading Scrpt

Posted: Thu Apr 02, 2015 7:28 am
by Celauran
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.

Re: PHP Grading Scrpt

Posted: Thu Apr 02, 2015 7:47 am
by yetin
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.
I dont want to use sessions nor cookies nor database.
Any other options ?
Please help

Re: PHP Grading Scrpt

Posted: Thu Apr 02, 2015 8:33 am
by Celauran
Seriously? Embed them in hidden fields. Write them to a file. Stick them in Redis. You have to put it somewhere.

Re: PHP Grading Scrpt

Posted: Thu Apr 02, 2015 8:51 am
by yetin
Celauran wrote:Seriously? Embed them in hidden fields. Write them to a file. Stick them in Redis. You have to put it somewhere.
Please help how you'd do that :(