How to use contenteditable="true" property of HTML5 to update website contant anytime in PHP, MySql websites ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use contenteditable="true" property of HTML5 to update website contant anytime in PHP, MySql websites ?

4th Mar 2017, 7:33 AM
Arunbir Singh
Arunbir Singh - avatar
3 Answers
0
if it is a HTML 5 property, it cannot be used in PHP
4th Mar 2017, 5:31 PM
Edidiong Udoh
Edidiong Udoh - avatar
0
But it will be manipulated by PHP code otherwise no use of it
4th Mar 2017, 5:33 PM
Arunbir Singh
Arunbir Singh - avatar
0
use PHP to create a dynamic site using the query INSERT INTO nigeria_stats(name, age, occupation) VALUE (Udoh, 15, student)
4th Mar 2017, 5:34 PM
Edidiong Udoh
Edidiong Udoh - avatar