#1
|
||
|
MySQL
Hello!
pzc.ozclans.com My whole site runs on the database, so I really need it before i upload it all, so i can set it up for it If someone can tell me how i can remotly link up to my home db, im more then happy to use that one, except i dont have a domain, so it's hard for me to link it up. ie. $this->host = "localhost"; $this->db = "nottelling"; $this->user = "nottelling"; $this->pass = "nottelling"; $this->link = mysql_connect($this->host, $this->user, $this->pass); mysql_select_db($this->db); $result = mysql_query("SELECT * FROM nottelling", $this->link); I wanna change this code so it links not to localhost but to my home pc, but If i can get a db here, then im more then happy to do so Last edited by jdp2234 : 26-05-2004 at 01:07 PM. |
Thread Tools | Search this Thread |
Display Modes | |
|
|