Authenticate the name and password, PHP Web Programming

Assignment Help:

Keep a list of allowed reporters and their passwords in a database table Authentication.  Define and populate the table beforehand manually using the phpMyAdmin interface to MySQL (or a command line interface if you like.) You can assume the reporter name is to be the primary key for the table.  The authentication information should have nothing to do with your UCID or MySQL passwords and name.  The table looks as follows with the appropriate data types for the columns.  The contents are NOT encrypted.

Authentication (for incident reports)

reporter_name

reporter_password

joe456

zebra

james777

checker

The PHP script should test the reporter name and password submitted from the form using a simple PHP or-die construction that queries the database for a matching reporter and password.  An SQL select command can be used but the returned data should not be accessed.  Just look up in the IT202 manual or on the online PHP manual how to tell if a select returned any rows.  If the select is defined appropriately, that will tell you if the reporter name and password were valid.   The password should not be encrypted by the browser, the script or in the database.

Caveat:

PHP:    When testing strings for equality in PHP, do not use = where you should use == (a pair of equal signs).  The PHP symbol = is for assignment statements; it is not used to compare strings; use the == equality operator for string comparison.

SQL:   When testing strings for equality in SQL, use = symbol, not the == used in PHP


Related Discussions:- Authenticate the name and password

I want help in wordpress site needs addons and configuration, I want help i...

I want help in Wordpress site needs addons and configuration For months I have been attempting to have my ecommerce site built to my needs, however keep running into snags with

We devour a magento website that we tried to host, Magento Speed optimizati...

Magento Speed optimization We devour a magento website that we tried to host in hostgator and amazon cloud servers. And it still extremely slow. The hosting company says its poo

Prepare a few custom post types, Looking to prepare a few custom post types...

Looking to prepare a few custom post types, approval processes, user registration types reports/analytics in a custom WordPress application. It's not a rapid job, there's quite

Session layer of osi model, Session layer: the major functions of this lay...

Session layer: the major functions of this layer are to establish, maintain & synchronize the interaction among two communication hosts. It ensures that once a session is establis

Brute Force, How to search the keyword in dictionary and suggest words when...

How to search the keyword in dictionary and suggest words when there is partial match of 3 characters during user input?

Briefly describe open source technologies, Question: (a) Briefly descri...

Question: (a) Briefly describe open source technologies, outlining the difference between open source technologies and free technologies. (b) Show advantages of using open

I want help to write scripts for various online store, Online "BOT" for mer...

Online "BOT" for merchandise I am seeking for a talented coder to help me write scripts for various online stores. (NIKE, Supreme, FootLocker, KITH, Eastbay, BAPE, etc.) I do

Initial designs for a web page , A Neighbourhood watch  (a community based ...

A Neighbourhood watch  (a community based 'watch your neighbour'  organisation to keep the neighbourhood safe) committee in the Tuggeranong valley  (ACT) has grown to the stage whe

Help for web page programing in magento with seo compliance, New web page p...

New web page programing in magento with seo compliance New web page project System- Magento Actual Setup- Multidomain setup Base development on definite pages, part of

Tables, In this you will learn how to put tables in your web documents. It ...

In this you will learn how to put tables in your web documents. It is not that a table is just a combination of rows & columns. If you have ever seen any table in web page you may

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd