Quote:
Originally Posted by wamo0
is there any GUIDE show how to edit register php ???
$myhost="localhost";
$mypass="test"; //your server login password
$myuser="root"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serverport=3306; //your server connection port
$mydb="my"; //your server my database
|
Alright look,
PHP Code:
$myhost="localhost";
$mypass="test"; //your server login password
$myuser="root"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serverport=3306; //your server connection port
$mydb="my"; //your server my database
All this is doing is Its setting its Legends, like a map. Its telling what this is and what that is... For example, its setting $mypass, test. So where ever you see next time $mypass, its telling thats what it is. Its like a Shortcut lol and its speaks for it self..
You will get it if you study Java or Php or anything computer language.. Take a look here if it helps