Hey guys, i'm new in progress and i have to program an aplication in PHP that can run .p files. I need to execute progress commands, get the results and use it in my php app.
For example, all database is stored in a SQL SERVER. one of the tables in it is the login table witch saves usernames and passwords, all the passwords are stored after executing the ENCODE funcion so i cant compare the password the user types with the password saved in the database. I did the login screen in php but now i have to execute the ENCODE funcion to compare the resultant string.
Does someone know how i could do this and how to config php with webspeed?
thank you.
For example, all database is stored in a SQL SERVER. one of the tables in it is the login table witch saves usernames and passwords, all the passwords are stored after executing the ENCODE funcion so i cant compare the password the user types with the password saved in the database. I did the login screen in php but now i have to execute the ENCODE funcion to compare the resultant string.
Does someone know how i could do this and how to config php with webspeed?
thank you.