Can someone please help me on this following php programming script below ?
I dont want to do it via session.
PHP Grading Scrpt
Moderator: General Moderators
Re: PHP Grading Scrpt
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
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.
Any other options ?
Please help
Re: PHP Grading Scrpt
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
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.