Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: mysql update table how to

by VC (Novice)
on Mar 19, 2019 at 16:29 UTC ( [id://1231440]=note: print w/replies, xml ) Need Help??


in reply to Re^2: mysql update table how to
in thread mysql update table how to

That is the code poj gave me so I don't know?

Replies are listed 'Best First'.
Re^4: mysql update table how to
by hippo (Bishop) on Mar 19, 2019 at 16:32 UTC

    Nonsense. poj wrote

    my $sql = 'SELECT ID,DISABLED FROM EmployerJobs WHERE Username = ? AND UserPassword = ? AND Userid = ? AND Disabled <> ?';

    which is valid SQL. Whereas you wrote

    my $sql = 'SELECT ID,Disabled FROM EmployerJobs WHERE Username = ? AND Password = ? AND USERID = ? AND Disabled = <> ?';

    which is not.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1231440]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-23 16:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found