Help for this page

Select Code to Download


  1. or download this
    
      <BR>$sth=$dbh->prepare(q{SELECT this FROM that WHERE <BR>foo=?});
    ...
      but that doesn't handle strings that contain spaces. I've tried a nu
    +mber of di
    fferent ways of doing it to handle
      spaces... and all fail. I tried qq{}, taking it out of q{} like:
    
  2. or download this
    select x from y where <BR>this=?