another cpanel question

All the members needing any kind of help for cpanel can discuss here.

Moderator: Lixas

darko
Posts: 409
Joined: Thu Jul 07, 2005 7:05 pm
Contact:

Post by darko »

i think he's talking about a membership system, try looking in hotscript.com, you have got to find something, and look on phpfreaks.com they had a tutorials acouple months ago, about membership systems, it's really good, or ou can try and find a phpnuke version for clans, they have one just for that, you know, try looking on google for more information, now if you just wanted an html form, this is the script for it


<html>
<head>
<title>clan</title>
<body>
<form name="login" method="POST" action="login.php"
<input type="text" name="username" />
<input type="password" name="password" />
<input type="submit" name="login" value="LogIn" />
</form>
</body>
<html>

now this is just a simple html fotum, but you need to have some experience with php and mysql to understand what to do on that login.php file, if you need more help let me know.


regards
darko


Darko
Locked