I would like to implement an editable "p" element which will update a corresponding table of a database after the user presses enter or is done editing the information (Similar to how the newest version of phpmyadmin works.)
I would like to avoid using javascript and use strictly php/html.
Does anyone know how can be done or could point me in the direction of a tutorial or site discussing this topic?