Re: Lesson Plan Submission Script????![]()
Posted by Raven on 3/31/07
On 3/30/07, Max wrote:
> A simple PHP login script sets a session. Once a teacher logs in,
> the script allows that person to edit their text (content).
> It's all based on a login which could be as simple as a
> 4 digit PIN assigned to each teacher.
Considering that I've programmed extensively in php, I know quite a
bit about session variables and the use of cookies. I just hadn't
thought about editing the actual text of the page itself seeing as
that would mean only one person could edit it at a time without
possible conflict.
I would still recommend using a database as it would get around that
issue.
Raven