Hi all,
The url for the tiny web app I have hosted for free is http://thestoryofmh370.x10host.com
If a visitor is a registered user, the visitor can log in and modify the site contents. The login script is very basic:
<form action="<?php print HTTP . 'includes/login_post.php'; ?>"...