Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

odd one out given some space-separated list of integers, every element appears twice other than one element . write a program to find the element which appeared only once. answer

Special consideration needs to be made for the selection of the product category. Allow the user to make a selection between the following categories: • Desktop Computer. • Laptop. • Tablet. • Printer. • Gaming Console. Q.1.5 If the user makes an incorrect product category selection, prompt the user to re-enter a valid product category. Q.1.6 Provide the user with the option to select between the following product warranty options: • 1 – Applies a six-month product warranty. • Any other key applies a two-year warranty. Q.1.7 Once the entire submission has been completed, the user must be informed that the product details have been successfully saved


Creat a class student consisting of data members register number, bame, gender, fees and age of the students and creat member function to read and display the student information


4.1 A successful login should create a session variable that informs the server that the user has logged in. Set $_SESSION[‘loggedin'] to TRUE.

4.2 Check the session variable once the page has loaded. Display the welcome form instead of the login form if the user is already logged in.

4.3 Add a "Log Out" button to the welcome form that, when clicked, logs the user out by removing the session variable. The user should be sent to the same page after clicking the button, which now includes a login form.

4.4 Add an option to the login form that says "Remember me!" Save a cookie that identifies the user to the server if the box is ticked and the login is successful. Even if the browser is closed, the user should seem logged in on subsequent visits to the website.




3.5 Create another table called student_res in database rgi_student that stores below information:

 MODULE (TEXT)

 FINAL_MARK (INTERGER)

NB. Again use student_reg table to retrieve studentID, firstname and display as in the table above then also use student_res table to retrieve module name and final mark obtained. Request academic record button sends an email to Richfield results department requesting student academic record.


3.4 When the student is ready to check his results, he will select the result button. His studentID, firstname, and all modules results will show in the results table.


3.3 Create another table called student_info in database rgi_student that stores below information:

 STD_BALANCE (INTERGER)

 DUE_DATE (DATE)

 ATTENDANCE (INTERGER)

NB. Use student_reg table to retrieve studentID, firstname and display as in the table above then also use student_fees table to retrieve balance and its due. Return button takes the student back to the home page.


3.2 When the student “prominentm” clicks the fees button, the fees for that student will appear, along with the deadline for fee submission. The output should match the one below:


2.1 In continuation of QUESTION ONE, in this task, you are to create a login form. Forms, submitting requests, and interacting with a MySQL database will all be covered.


2.2 Use information on MYSQL student_reg table to login making sure you are using proper credentials.

2.3 Register button should take the user to a new page that allows them to register if they are not registered in the system.

2.4 If student’s credentials do not match the one in the database when trying to login, the page should display login error message and only three attempts are permitted before the user is kicked out of the system for 30 minutes.


1.3 Once the information has been inputted by the student at the frontend (REGISTRATION FORM), all the fields need to be validated before being sent to the backend (MYSQL DATABASE). Only one SQL task is performed under registration form that is, INSERT operation where captured information is sent to the created table called student_reg.


LATEST TUTORIALS
APPROVED BY CLIENTS