PHP Hiding a button
Posted: Sun Jul 22, 2012 4:52 am
Im trying to hide the Signup button after the user clicking it. and also to login button i want to hide the login button after cliking it and logging in. Please help me
<input type='button' value='SIGN-UP' onClick="window.location.href='Shops_registration.htm'" >
<input type="button" value="LOG-IN" onClick="window.location.href='Shops_login2.htm'">
<input type='button' value='SIGN-UP' onClick="window.location.href='Shops_registration.htm'" >
<input type="button" value="LOG-IN" onClick="window.location.href='Shops_login2.htm'">