diff --git a/process.php b/process.php index 0c7329e..d8d54eb 100644 --- a/process.php +++ b/process.php @@ -17,10 +17,10 @@ fclose($myfile); } */ -$servername = ""; -$username = ""; -$password = ""; -$dbname = ""; +$servername = "127.0.0.1"; +$username = "dbusr"; +$password = "securepwd"; +$dbname = "appdb"; $sesid = rand(1,999999999);