Protocol
03-17-2006, 10:20 AM
Anyone know how to perform a simple login to a php web-based email?
I've seen some examples of secure downloads, etc. but I haven't been able to manipulate them to work how I need it to.
Here's the scoop...I'm embedding a web-based calendar/email system into a project and I want it to login at the start of the program, and stay logged in so that as the user jumps pages in the program, it's simply jumping to different URLs within the web-based program (i.e. click here to check email, click here to check your calendar...etc.) and all within web objects set in the project.
The key is getting them logged in at the start (in the main preload), I will be setting up their username and password, so I will already have that.
Any ideas how to login to a php-based web setup? Thanks in advance!
Protocol
I've seen some examples of secure downloads, etc. but I haven't been able to manipulate them to work how I need it to.
Here's the scoop...I'm embedding a web-based calendar/email system into a project and I want it to login at the start of the program, and stay logged in so that as the user jumps pages in the program, it's simply jumping to different URLs within the web-based program (i.e. click here to check email, click here to check your calendar...etc.) and all within web objects set in the project.
The key is getting them logged in at the start (in the main preload), I will be setting up their username and password, so I will already have that.
Any ideas how to login to a php-based web setup? Thanks in advance!
Protocol