Software Archive
Read-only legacy content

How to make a login form?

David_V_1
Beginner
497 Views

Hello, im new to intel xdk.

Im making an app that must connect to a webservice(php), and well, im not the maker of the webservice, i just need to connect my app to the php(specially the login form), but i doesnt have any idea how to.

 

Anyone can help me? or maybe tell me how to?

 

Thanks

 

P.S : i already read someone said to use ajax, but when i trying to custom script the login button, its stuck whenever im simulating it.

0 Kudos
1 Solution
Diego_Calp
Valued Contributor I
497 Views

Hi David,

Take a look to my post in this topic:

https://software.intel.com/en-us/forums/intel-xdk/topic/509282

Is about to send an email from XDK using php, is the same for a login form.

Regards,

Diego

View solution in original post

0 Kudos
4 Replies
Shahab_L_Intel
Employee
497 Views

You can check the 'Login View App' template (start new project, html5 companion hybrid mobile or web app), to see if you can use this template.  You can also check sites like w3school and stack overflow for more help and guides.  See for example:

http://www.w3schools.com/howto/howto_css_login_form.asp

0 Kudos
David_V_1
Beginner
497 Views

Shahab L. (Intel) wrote:

You can check the 'Login View App' template (start new project, html5 companion hybrid mobile or web app), to see if you can use this template.  You can also check sites like w3school and stack overflow for more help and guides.  See for example:

http://www.w3schools.com/howto/howto_css_login_form.asp

Thanks for reply.

 

But sorry its not what i mean, i already can make a login form template (i mean in UI/Look term) but what i dont understand now is how to connect my loginform to a PHP (the one manage login id,password,etc) then if PHP say "YES, YOUR ID n PASS IS CORRECT" i can enter another sub page of my xdk's application.

0 Kudos
Diego_Calp
Valued Contributor I
498 Views

Hi David,

Take a look to my post in this topic:

https://software.intel.com/en-us/forums/intel-xdk/topic/509282

Is about to send an email from XDK using php, is the same for a login form.

Regards,

Diego

0 Kudos
David_V_1
Beginner
497 Views

Diego Calp wrote:

Hi David,

Take a look to my post in this topic:

https://software.intel.com/en-us/forums/intel-xdk/topic/509282

Is about to send an email from XDK using php, is the same for a login form.

Regards,

Diego

 

Hello Diego,

Thanks for reply, and sorry for my late response.

Your answer is what i need and find all this time, its really help me.

its run successly for me, thank you so much :)

0 Kudos
Reply