asked on
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
ASKER
I've come across this method already. However this logs the user in based on username:password. I only want to autofill the username field of login window from a form which only contains the username, not the password.
Unfortunatelly I would need to it to work from major browsers as I would have no control of the users browser.