Alright. I have a sql database. made a php login script (on localhost) basically I managed to log in successfully with localhost/etheria/login.php?username=test&password=test
How do I do this with construct?
I made 2 text inputs. username and password. then a button. button has on clicked event that sends the ajax request. then I have a Ajax event on completed ("login_attempt" tag) which sets login_output | set text to AJAX.LastData
But it's not working :P