No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hey guys, first of all if this is the wrong category than I'm sorry but I really didn't know where to post this thread. Anyway I recently installed ubuntu on an external hard drive and it was booting up fine for a while, but later on the pc starting taking … | |
Hey guys, I'm getting the above error, could any of you tell me why? Here's the code [CODE]$mysqli=new mysqli("localhost", "***", "***","***") ; if(!$mysqli){ die("Database error"); } function checklogin($username, $password){ global $mysqli; $result = $mysqli->prepare("SELECT * FROM users WHERE username = ?"); $result->bind_param("s", $username); $result->execute(); if($result != false){ $dbArray=$result->fetch_array();[/CODE] | |
Hey guys, I have been trying to create a registration page for a while now, and I just can't seem to get it right. Could any of you help me? I currently have 3 php pages. The first is the homepage, which also includes a sign up form: [code] <form … | |
Hey guys, I'm creating a website, and when I copy and paste the copyright sign to add it to the footer, i get a weird  character before the copyright sign when I test the website. Could you please help? Thanks | |
Hey guys, I have a really simple question that I doubt you'll find any trouble answering. Does any of you guys know where I can learn C++? What's the best website you know, and thank you. |
The End.