[help] how to make regiester page

02/23/2012 16:07 mokamax#1
it seems that every one can make a regiester page except me plz teel me how

and dont just give me a php code i dont know what to do with it

plzzzzzzzzzzzzzzzzzz

up
02/25/2012 13:47 mokamax#2
up
02/25/2012 15:14 cyberlink1997#3
you can make registration page for your "server" just use your "brain.exe" and using wamp or apache server . they are "SEARCH BUTTON" zZZzZ
02/26/2012 11:43 mokamax#4
really u think that i didn't search before asking?
02/26/2012 12:17 ✗EpicSoul✗#5
i will start you off
PHP Code:
//script made by epicsoul
//sql connection
$hostname "NAME\SQLEXPRESS";
$username "sa";
$password "PASSWORD";
$dbName "SRO_VT_ACCOUNT";

MSSQL_CONNECT($hostname,$username,$password) or DIE("DATABASE FAILED TO RESPOND.");
mssql_select_db($dbName) or DIE("Table unavailable"); 
02/28/2012 22:48 mokamax#6
i should add it as new query ?


if yes then what to do
03/03/2012 11:59 mokamax#7
up................