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
~263 People Reached
Favorite Forums
Favorite Tags
Member Avatar for gk1993

$u = mysql_real_escape_string($_POST["username"]); $p = sha1($_POST["passwd"]); $q = "SELECT * FROM profile WHERE email=`$u` AND passwd=`$p`"; $run = mysql_query($q); if(!$run){ echo mysql_error(); } this creates *Unknown column 'mymail@gmail.com' in 'where clause'* error. This code is from a tutorial and a piece of a submit-new-post php page.

Member Avatar for gk1993
0
155
Member Avatar for valcansa

Ok, I have an ASUS m4a7bt-e motherboard that had been working fine. One day it powered on but didn't boot. The configuration of my pc is as follows: 8 gb ram AMD six core cpu blue-ray burner/player 1 tb HD I'm using the onboard video All cables are connected properly, …

Member Avatar for hatchiebird
0
108