Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write PHP CODE that SAVES the form data to the database and then RETAINS the data inputted as an ECHO or whatever it's called. it

write PHP CODE that SAVES the form data to the database and then RETAINS the data inputted as an ECHO or whatever it's called. it should look tlike this after submitting an update. PHP CODE IS REQUIRED TO BE SHOWN. THE PREVIOUS ANSWER WAS INADEQUATE. . It should look like THIS. the form TAKES the value and then DISPLAYS IT after input!
current code:
*{
box-sizing: border-box;
}
#myInput {
background-image: url('/css/searchicon.png');
background-position: 10px 12px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px;
}
#myUL {
list-style-type: none;
padding: 0;
margin: 0;
}
#myUL li a {
border: 1px solid #ddd;
margin-top: -1px; /* Prevent double borders */
background-color: #f6f6f6;
padding: 12px;
text-decoration: none;
font-size: 18px;
color: black;
display: block
}
#myUL li a:hover:not(.header){
background-color: #eee;
}
table {
border-collapse: collapse;
width: 50%;
}
td{
border: 1px solid black;
padding:8px;
text-align: left;
}
th{
border: 1px solid black;
padding: 80px;
text-align: left;
background-color: #f2f2f2;
}
image text in transcribed

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

Database Systems A Practical Approach To Design Implementation And Management

Authors: THOMAS CONNOLLY

6th Edition

9353438918, 978-9353438913

More Books

Students also viewed these Databases questions