Web coding teacher

Joined
Nov 5, 2006
Messages
1,358
Reaction score
15
Hey,

I know a bit of php and I'm average at html, and I would like to learn about php/mssql, in order to develop a website for my GunZ Server. I'd love it if someone would accept to teach me, really quickly, just how to make a basic and secure regpage. From that I could start experimenting.
 
If you would to learn some shit about querys, google is your friend,

Learn all the shit about the MySQL Database the most scripts for mysql you can just edit the mysql to mssql
like:

mysql_connect :: mssql_connect
mysql_query :: mssql_query
mysql_fetch_assoc :: mssql_fetch_assoc
I suggest you to learn mysql first be4 trying to make a Gunz website ;) And be sure your site gonna be secure for releasing it is it has only 1 Exploit your server can get hacked ^^
 
Upvote 0
If you would to learn some shit about querys, google is your friend,

Learn all the shit about the MySQL Database the most scripts for mysql you can just edit the mysql to mssql
like:

mysql_connect :: mssql_connect
mysql_query :: mssql_query
mysql_fetch_assoc :: mssql_fetch_assoc
I suggest you to learn mysql first be4 trying to make a Gunz website ;) And be sure your site gonna be secure for releasing it is it has only 1 Exploit your server can get hacked ^^

I would use and odbc connection, faster and better.
 
Upvote 0
Back