Insert login creditials in php url? - Stack Overflow It depends on how the website's login system is designed: The form: The names of the username and password fields need to be the same as in your url The PHP: Most forms use a HTTP POST method to send their data to their server What you are doing is sending data using a HTTP GET method
PHP: Hypertext Preprocessor PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world