Hello, Ladies and Gentleman!
Here i got a game. So what you have to do, is post a snippet of code, and if someone replies to your comment with the programming language, they get to post the next snippet.
Ill start.
'
$fwend = $_POST['fwend'];
$conn = mysqli_connect('localhost', 'root', 'randompass', 'fwends');
$stmt = $conn->prepare('INSERT INTO fwends_list(fwend) VALUES(?)');
$stmt->bind_param('s', $fwend);
$stmt->execute();
'
Good luck,
Fellow Programmers <3
Here i got a game. So what you have to do, is post a snippet of code, and if someone replies to your comment with the programming language, they get to post the next snippet.
Ill start.
'
$fwend = $_POST['fwend'];
$conn = mysqli_connect('localhost', 'root', 'randompass', 'fwends');
$stmt = $conn->prepare('INSERT INTO fwends_list(fwend) VALUES(?)');
$stmt->bind_param('s', $fwend);
$stmt->execute();
'
Good luck,
Fellow Programmers <3