Her\'s my probleme, i guess its really basic.
I\'m trying to lookup in the database if a line does exist. heres my code :
$req=\"SELECT * FROM INSTIT
Try using LIKE instead of =:
LIKE
=
$req="SELECT * FROM INSTITUTS WHERE `inst_name` LIKE '$fc_inst'";