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 #107.70K
~345 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Silverhawk

I have the next code in my site: <?php $i++; $nume=$rez; $prenume=$rez; $mail=$rez; $text=$rez; if(isset($cauta)) { include('conectare.php'); $s="select * from useri where useri.id=useri.id"; if($nume!='') $s=$s." and nume='$nume'"; if($prenume!='') $s=$s." and prenume='$prenume'"; if($mail!='') $s=$s." and mail='$mail'"; if($text!='') $s=$s." and text='$text'"; $q = mysql_query($s); while ($s = mysql_fetch_array($q)) { echo" Hello!"; } …

Member Avatar for clement108
0
345

The End.