Hi
i'm new to Perl so sorry if my question sounds stupid :)
i try to query my Mysql database using:
$test="<script>document.write(top.identif);</script>";
$sth = $dbh->prepare(q{SELECT * FROM comptes WHERE Login=$test});
$sth->execute();
but it doesnt work
where is the problem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.