Question: Consider a database ( mydb ) that has messages ( id , name, message, date ) in the message table. Data : The column date
Consider a database mydb that has messages id name, message, date in the message
table.
Data :
The column "date" will be created while the records are inserted into the message table.
Please do the following:
ainsert data with PHP script insertmesphpor addmessage.php from hw
bprint the messages printmesphp
c print the messages in descent date order. printordermesphp
d find the number of records nummesphp with messages in descent date order
eupdate the "Bye" message with Hiupdmessphp
f delete the updated record delmessphp
Hint: Give screenshots where it is needed. First give the PHP script and next put the
screenshots. For the update and delete operations first the record will appear giving the id in
URL and secondly the execution
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
