PHP Grading Scrpt

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yetin
Forum Newbie
Posts: 5
Joined: Thu Apr 02, 2015 6:46 am

PHP Grading Scrpt

Post by yetin »

Can someone please help me on this following php programming script below ?

I dont want to do it via session.
Attachments
php.png
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP Grading Scrpt

Post 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.
yetin
Forum Newbie
Posts: 5
Joined: Thu Apr 02, 2015 6:46 am

Re: PHP Grading Scrpt

Post 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
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP Grading Scrpt

Post by Celauran »

Seriously? Embed them in hidden fields. Write them to a file. Stick them in Redis. You have to put it somewhere.
yetin
Forum Newbie
Posts: 5
Joined: Thu Apr 02, 2015 6:46 am

Re: PHP Grading Scrpt

Post 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 :(
Post Reply