I have a php/mysql website and my phprunner app will be called from mysite. I would like to pass the login information to myapp - something like - \phprunnerdir\login.php?username=$user&password=$pass . I have phprunner set to use a hardcoded login ($user and $pass). Can you help me with the modifications I need to make? I get kind of lost when I try and read through login.php on my own.
Also, I only have ssh access to my server so I use the phprunner.php to connect to mysql. When I build myapp and upload it - does myapp continue to use phprunner.php to connect to mysql database. If so, what do I need to change so that myapp does not have to rely on phprunner.php after it has been uploaded?
Thanks