login system with "remember"?

Syzis

Member
Joined
Apr 23, 2011
Messages
10
Programming Experience
3-5
Thanks for the reply.
I'll see that and try to implement it. Need to get more information to see if it can retrieve web images or only local ones.

Beside that I have two more questions. Is the first time I will make a PC application in .Net that will need to valide some online fields through PHP and mySQL.

1. My application will have a login system. There's anyway to use something like "remember" in computer user without save a txt file or anything else? This is to prevent fraudulent use of users that cannot access it.

2. As I said, the application will do some online validations. PHP and SQL side is not a problem, but what would be the safest way to do it? Make a connection directly to MySQL ( hosted online ) and work directly on BD or make a browser navigation to a PHP page, make all functions and PHP get all values, and send it to VB?


Also, this application is to use with my website. It have a captcha for prevent some actions being by computer. The app is made to everybody can use it where they are . ( PDA, any public computer { portable app } ) and the website uses a gif image and a font that make automatically the full captcha. I tried to get the link image into a picture box but it only shows the gif image without the letters. There's anyway to do it without display the full link?
One more time, thanks :)
 
Last edited:
Unrelated question topic, so I split the thread. Start new threads for all new topics.
 
Back
Top