Redirect to Profile after Updating Profile

Re: [Rusty] Redirect to Profile after Updating Profile

By Jason - December 16, 2010

Hi Rusty,

You can do this right in the code. Right after you finish updating the information in the database, you can use this function:

redirectBrowserToURL("YOUR_PAGE.php");

this will redirect you to any page you specify.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Redirect to Profile after Updating Profile

By Rusty - December 16, 2010

Well, that's a wee bit simpler than what I was undertaking. Thanks, you're the best :D Didn't know life could be so simple [:P]
Rusty