Hello Larry,
Yes, with the ex1 we could add page.
But how create an update page ?
it's CRUD system?
Where i could find it in one of your book ?
So first personaly, i create the list_page where i find all the list of pages from an user.
//path to page Update
<td><a href="author_list_page_update.php?page_id=<?php echo $row['page_id'];?>">Mise à jours</a></td>
i create the page UPDATE for this user.
first on this page UPDATE i select all attributes of this page
$q = "SELECT * FROM pages
WHERE (status='$st', title='$t', summary='$s', ingr