Help for this page

Select Code to Download


  1. or download this
    my $sql = 'SELECT ID,DISABLED
               FROM EmployerJobs
               WHERE Username = ?
    ...
                 AND Userid = ?
                 AND Disabled <> ?';
    
  2. or download this
    my $sql = 'SELECT ID,Disabled
               FROM EmployerJobs
               WHERE Username = ?
                 AND Password = ?
                 AND USERID = ?
                 AND Disabled = <> ?';