im not looking for any code, but just as an example, how would you connect a website to a program? e.g. making online accounts show up in cc
just a quick question
Started by SpencerBeige, Jun 11 2015 07:50 PM
2 replies to this topic
#1
Posted 11 June 2015 - 07:50 PM
#2
Posted 11 June 2015 - 08:01 PM
Depends on what you mean by "website". If you mean your own personal website, you may want to see How to create a MySQL Database Login by DannySMc (as for making online accounts). If you mean connect to a website already made (for example, a website like Twitter with a login api), the website may have an API that you can send and get HTTP requests from.
"Connecting a website to a program" would be as simple as sending an HTTP request to a website, which handles the request and sends it back. If you have a website, try using PHP to handle the request on the server side.
"Connecting a website to a program" would be as simple as sending an HTTP request to a website, which handles the request and sends it back. If you have a website, try using PHP to handle the request on the server side.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











