Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $username = $_POST['username'];
- $password = $_POST['password'];
- if ($username&&$password)
- {
- $connect = mysql_connect("localhost","root","") or die("Could not Connect.");
- msql_select_db("phplogin") or die("Could not find Db");
- }
- else
- die("Please enter the Username and Password.");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement