So I use PHP and a MySQL server at my school for a website. Now when I copy files locally then I use the server localhost for the server name. My question is what if I want to access it remotely. What I mean is I have a PHP server in my house and I am tired of copying everything over every time I make a change to get it to work. I don't really know how to implement this at all. I can tell you that I run a windows environment but he PHP server is linux. I can use putty to ssh in and access mysql via my home computer so is there a way I could basically do the same thing with PHP? I use the DB.php class that requires PEAR. Any help would be wonderful! Thanks,