Hey can anyone help I want to link my gui login to my website sql database to login authenticate
05/03/2015 10:58alpines#2
That's a bad idea to include the SQL Data into your script. Better use a php mask to do so.
Send the user credentials over http to a server which checks with php in the sql database and responds over the http interface.