Hello:
Can someone tell me how I can go about clearing this message I keep receiving?
Notice: Undefined index: status in C:\Inetpub\fullfocus\Informed\add_file.php on line 7
Notice: A session had already been started - ignoring session_start() in C:\Inetpub\fullfocus\Informed\header3.html on line 10
I didn't realize that two scripts were starting a session. I modified my script to remove the extra session_start.
But now, when I try to test my other scripts, I receive the above message.
What can I do to get rid of the session that was already started?
Thank you.