-
Continue reading →: Validates Username and Passowrd with PHP
Hi Guys, Here I m Writing the code, How to Validates user name and password with the database… If the username and Password matches with the database values we need to assign a session to that user.. for that here we are giving a simple session to a user. <?PHP…
-
Continue reading →: Create a Login Script
Hello Guys, Here I m Writing A Simple Login Script for a User… <HTML> <HEAD> LOGIN SCRIPT <SCRIPT LANGUAGE=”JavaScript”> function animate() { window.document.title=textDisplay[y].substr(0, x)+””; if (z==0) x–; if (z==1) x++; if (x==-1) {z=1;x=0;y++;y=y%textCount;} if (x==textDisplay[y].length+10) {z=0;x=textDisplay[y].length;} parent.window.document.title=textDisplay[y].substr(0, x)+””; setTimeout(“animate()”,75); } </SCRIPT> </HEAD> <BODY onLoad=”animate();> <form name=”login” action=”validate.php” method=”post”> <table cellpadding=”4″>…
-
Continue reading →: Hello world!
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
