954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

mobile with PHP-auto login

i need a solution...
create a web page using send mail option. so mail send to mail id as well as to mobile. also i login through mobile. when i enter using mobile automatically enter my area of web page. is this possible?

for example..im client of one website. using my mobile i enter that site login page ,automatically go to my page(client area). is this possible?
Please reply.....

siva28
Newbie Poster
22 posts since Oct 2011
Reputation Points: 8
Solved Threads: 0
 

i need a solution... create a web page using send mail option. so mail send to mail id as well as to mobile. also i login through mobile. when i enter using mobile automatically enter my area of web page. is this possible?

for example..im client of one website. using my mobile i enter that site login page ,automatically go to my page(client area). is this possible? Please reply.....

"create a web page using send mail option." this is not possible. web pages are stored on and served up using a web server over http or https protocol. email is sent over pop3, smtp, or IMAP protocol. totally separate.

what you CAN do is send an HTML email as a MIME-encoded HTML email. you can also send the address of the web page in the email. but that is the extend of what you can do in an email client. such a web page will have only *maybe* images and not javascript, and no server-side processing. but you can have attachments.

my experience with recent phone development is not that extensive, I simply made static wml pages (which 2 years latert is really old school), so I don't know how to do this. new area for me, but it would be interesting to try to see how they do it. you would have to use your web server to see exactly what your phone is supplying for data. information would be supplied through web pages and through server logs (watch those). http://jesusnjim.com/web-design/mobile-web.html

jmichae3
Junior Poster
106 posts since Jul 2011
Reputation Points: 14
Solved Threads: 11
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: