My website (school project)
4 messages normal
20/05/2012 17:10
#1
Hey, for my TIC project i have to do a HTML website, and i decided to put myself into a long one. Maybe I'll stay puting it better and better even after my work finishes, cuz i rly like my project. It's a bit similar to wii-records, but it's VERY WORSE, cuz is my 1st time, and i'm a noob and only use Microsoft Expression Web (Frontpage) and my friends uses Dreamwiver.
I would like you to help me a bit =)
I dont know how to put the register and log in stuff.
I would also like to put countries and guilds/clans.
So if you still reading this and w8ing to see my website here it is:
http://rubenrecords.netai.net/index.htm
Comment plz
I would like you to help me a bit =)
I dont know how to put the register and log in stuff.
I would also like to put countries and guilds/clans.
So if you still reading this and w8ing to see my website here it is:
http://rubenrecords.netai.net/index.htm
Comment plz
20/05/2012 21:10
#2
Good design!
Pour développer un système d'enregistrement et d'authentification des utilisateurs sur ton site, il faut utiliser un gestionnaire de base de donnée telle que MySQL (qui est fournit avec WAMP). Avec ça, il te faut savoir programmer en php (ou dans un langage coté serveur semblable) et savoir formuler des requêtes en sql.
Tu maîtrises le php et le sql ?
Si oui il te suffira de créer deux ou trois fonctions php : une pour enregistrer un nouvel utilisateur dans ta bdd, une autre qui vérifie si l'utilisateur entre un pseudo et une adresse mail disponibles et une dernière qui gère la connexion des utilisateurs, à savoir si le pseudo et le mot de passe sont bon (pour crypter le mot de passe, utilise la fonction md5() ).
To develop a system of registration and authentication of users on your site, use a database manager such as MySQL (which comes with WAMP). With this, you must know to program in php (or a server side language like) and know how to formulate queries in sql.
You have perfected the php and sql?
If so you can just create a couple of php functions: one to register a new user in your db, one that checks if the user enters a username and a free email address and a last that manages the connection of users, whether the username and password are correct (to encrypt the password, personally I use the md5() ).
PMniac :
I dont know how to put the register and log in stuff.
Pour développer un système d'enregistrement et d'authentification des utilisateurs sur ton site, il faut utiliser un gestionnaire de base de donnée telle que MySQL (qui est fournit avec WAMP). Avec ça, il te faut savoir programmer en php (ou dans un langage coté serveur semblable) et savoir formuler des requêtes en sql.
Tu maîtrises le php et le sql ?
Si oui il te suffira de créer deux ou trois fonctions php : une pour enregistrer un nouvel utilisateur dans ta bdd, une autre qui vérifie si l'utilisateur entre un pseudo et une adresse mail disponibles et une dernière qui gère la connexion des utilisateurs, à savoir si le pseudo et le mot de passe sont bon (pour crypter le mot de passe, utilise la fonction md5() ).
To develop a system of registration and authentication of users on your site, use a database manager such as MySQL (which comes with WAMP). With this, you must know to program in php (or a server side language like) and know how to formulate queries in sql.
You have perfected the php and sql?
If so you can just create a couple of php functions: one to register a new user in your db, one that checks if the user enters a username and a free email address and a last that manages the connection of users, whether the username and password are correct (to encrypt the password, personally I use the md5() ).
20/05/2012 23:18
#3
29/05/2012 10:08
#4
You must be logged in to reply to this topic.