Write the javascript and PHP code that follows the html code below for the creation of the page productStatus.php. produ

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Write the javascript and PHP code that follows the html code below for the creation of the page productStatus.php. produ

Post by answerhappygod »

Write the javascript and PHP code that follows the html code
below for the creation of the page productStatus.php.
productStatus.php
<body>
Produkt ID:<input type="text" id="idp"/>
<div id="status"></div>
</body>

On change of the value of the text field "idp", display on the div
id ="status" the product amount found in the storage(UnitsInStock)
for the given product id. The product data is stored on the table
Products(ProductID, ProductName, UnitsInStock). The credentials to
access the database are: servername-localhost, username-admSys,
password-admin123$.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply