I have a page showPages.php which shows the list of pages with page id and page title. when one of them is clicked, it goes to editPages.php. In editPages.php, two (input tag) field is showing correctly but two textarea field's text is not showing which is very annoying. I am extracting all data in a row with the help of page id.
Parsed text is showing in "View-source" or crome's web developer console. I have also checked for background color and text color. But unable to solve. Even when i write something in textarea, is updating after click the update button but text is not showing in textarea field.
I have provided editPages.php code and snapshot here with footer problem details. https://docs.google.com/document/d/1PWvNSF2tiCMx6Os6uXulpTHzBbhd98wW9dtgbUGE-hs/edit
THanks in advance.