Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
About Me

DevOps

Interests
sex, drugs and rock n roll!
PC Specs
Dell XPS 13" Developer Edition
Favorite Tags
Member Avatar for rabbit07

<?php if (isset($_POST['submit'])) { session_start(); include('connection.php'); $email = mysqli_real_escape_string($conn, $_POST['email']); $password = mysqli_real_escape_string($conn, $_POST['password']); $hash_password = md5($password); $sql = "SELECT * FROM users WHERE email = '$email' AND password = '$hash_password' "; $result = mysqli_query($conn, $sql); $row = mysqli_fetch_array($result); if ($row['email'] == $email && $row['password'] == $hash_password) { echo '<script …

Member Avatar for Biiim
0
401
Member Avatar for kombi-tamiri
Re: hi

How to Find Free Wi-Fi Hotspots Anywhere in the World ?

Member Avatar for mouaadable
-2
128
Member Avatar for soniasharma924

please tell me how to connect to a database which is on other machine on same network. i have two machines, client and server. server is asking questions and client is responding with one of four options. i have an answer table at server side, and i want it to …

Member Avatar for sktthemes
0
171
Member Avatar for chris316
Member Avatar for minimee120
0
73
Member Avatar for jobs

test = [random.randint(1,10) for i in range(20)] Can someone what does the random.randint(1,10) fron to for loop does, and the square brackets around it means, make it a list?

Member Avatar for vegaseat
0
359
Member Avatar for Gumster

Well, the title pretty much explains it, I want to read a CSV file and print the file into a GUI Text area. Or other suitable Widget, while im at it is there any widget that can display csv Files in a excel sort of syle, in the sense of …

Member Avatar for paddy3118
0
107
Member Avatar for ian14

hi,there i am at debue with python,can anyone help me finding any link,or some guide to start with

Member Avatar for woooee
0
89
Member Avatar for grobister

Hi all, just wanted to say hi.... look forward to interacting with everybody and discussing all things geeky :)

Member Avatar for grobister
0
35