How to use php and sql to check if values match the ones in a table (for logins)


Posted on 16th Feb 2014 07:03 pm by admin

How would I code it that the script takes two variables that are passed to it (UserID and PIN), and checks the table to see if the PIN matches the one in the table. If it does it should assign the value "1" to a variable, if not a value "2".

This variable should then be passed back to the original calling script. (In a different PHP file).

Did you know?Explore Trending and Topic pages for more stories like this.
What I have so far is:
$ID = $_SERVER["argv"][1];
$ID = trim($ID);
$ID = ltrim($ID);

$PIN = $_SERVER["argv"][2];
$PIN = trim($STATUS);
$PIN = ltrim($STATUS);

$link = mysql_connect("localhost", "root", "passw0rd")
or die("Data base connection failed");
mysql_select_db("test")
or die("data base open failed");

I dont know the sql command to compare if the value passed on matches the current record.

Thanks
No comments posted yet

Your Answer:

Login to answer
227 Like 52 Dislike
Previous forums Next forums
Other forums

JQuery, Masterpage, and Control issue
Hey everyone, I am using JQuery in several sites so I thought it would be best to place the library

Stats of viewers
Hello. I have a website in php and people can login. I want to make an admin control panel where u c

List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab

PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?

SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself

Greek characters in php
Hi,

I'm making a script and I m using for first time greek characters.
I started to write

Date/Time and Checkbox
Hi Everyone,

I am trying to figure out how to insert the current date and tim

PHP/PKI
I am trying to set up a web application that uses pki. does anyone have a good tutorial to set this

MySQL issue
I am taking sentences through a form on page. Then checking some condition and trying to insert them

Linking with Foreign Keys
I have been getting an erro when I try and link:

create table Faculty_Specialty (I_Name v

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash