Commit 67cf7c52 by Ryo

Updated payment1.php

parent e3efa1ba
Showing with 0 additions and 1 deletions
......@@ -74,7 +74,6 @@ include('session.php');
$memberData = mysqli_query($con2, "SELECT * FROM User_register WHERE username = '$username_value' AND password = '$password_value' ");
while($row = mysqli_fetch_array( $memberData )) {
echo "$row[0]". " " ."$row[1]". " " . "$row[2]";
$ID = $row[0];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment