Home    FAQ   COU   Members List   Calendar   Search   


Go Back   Omgasl > Misc Forums > Web Hosting Support
User Name
Password
 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 26-05-2004, 02:02 PM
jdp2234 jdp2234 is offline
jdp2234's Avatar
Mushroom
Join Date: Sep 2003
Posts: 25
Wanted 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 02:07 PM.
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +10. The time now is 10:07 PM.


Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.