Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alx59

  1. alx59

    perl db query problem

    Thank you very much for your advices I really appreciate your help :) Alex
  2. alx59

    perl db query problem

    Hi i'm new to Perl so sorry if my question sounds stupid :) i try to query my Mysql database using: $test=&quot;<script>document.write(top.identif);</script>&quot;; $sth = $dbh->prepare(q{SELECT * FROM comptes WHERE Login=$test}); $sth->execute(); but it doesnt work where is the problem...

Part and Inventory Search

Back
Top