Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Having a problem linking PHP WEBPAGES, i get error : Fatal error : Call to undefined function mysql_real_escape_string() in C:xampphtdocsAddUser.php on line 20 Register.php ----------------------------------------------------------------------------

Having a problem linking PHP WEBPAGES, i get error : Fatal error: Call to undefined function mysql_real_escape_string() in C:\xampp\htdocs\AddUser.php on line 20

Register.php

----------------------------------------------------------------------------

Fred's Market Biz Login

Freds Market Biz Registration
Username
Password

-----------------------------------------------------------------------------------------------------

CheckLogin.php

--------------------------------------------------------------------------

// Register $myusername, $mypassword and redirect to file "login_success.php" $_SESSION['myusername'] = $myusername; $_SESSION['mypassword'] = $encrypted_mypassword; $_SESSION['LoginBool'] = "False"; header("location:DescSelect.php"); } else { $_SESSION['LoginFail'] = "True"; header("location:LoginPage.php"); } mysqli_close($con); ?>

---------------------------------------------------------------------------------------------------------

AddUser.php

Freds Market Biz Login

----------------------------------------------------------------------------------------

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Public Finance Fundamentals

Authors: K. Moeti

3rd Edition

148512946X, 9781485129462

Students also viewed these Databases questions