logic question

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

krraleigh
Forum Commoner
Posts: 86
Joined: Tue Jul 17, 2007 2:52 pm

Post by krraleigh »

I finally resolved the problem
Initially I was trying to reload a session variable with different a new string depending on the error.
This was causing all types of different behavior. How I still don't know

I resolved the problem by creating a session variable for each error message and then calling them and unsetting any variable that was not in use.

Thank You
Kevin Raleigh :P
Post Reply