<?php /* KISGB - a Guest Book script written in PHP. Copyright (C) 2001-2002 Gaylen Fraley hide@address.com This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License file for more details. */ $app_version = isset($app_version)?$app_version:$version; ?> <form method="post" action="http://ravenphpscripts.com/public/versionserver.php"> <? js_getPointer(); ?> <input type="hidden" name="app_version" value="<?=$app_version;?>" /> <center><input id='btn' onMouseOver="this.style.cursor=get_pointer();" type="submit" name="btn" value="Check For Latest Version" /></center> </form>