Hello:
I'm writing a login script where each user is assigned an access level. There are 5 levels of access. Based on the level of access, the user will be directed to the appropriate menu where they can perform specific functions.
I'm 3/4 of the way there. Thus far my script is working correctly. The person enters their login info and are directed to the appropriate place.
This is where I'm stuck. A person wants to update a client record. They go through the process of updating and click Submit. After submitting a page appears stating that the Update was successful.
Now, I'm sitting at this success page and no where to go. I would like the user once the success page appears to be either redirected or they can click a link which will send them back to their menu so they can perform another task.
How can I do this? Can someone help me out?
Thanks.