Hi all, I divided a system that I created into two part, one part that using internet and other part that using local. my first question is can I retreive some data from specific table of the internet part to use as a local, my second question is how to use a localhost from another PC. Thanks 4 ur Time.
If your server allows remote connections, then you can connect to it from your local computer. Instead of localhost, type the IP of the computer which is running the server.
thank u, it is working the second part. but who to check if my server allows remote connections or not??
It seems that you are on a router. Go to: http://www.whatismyip.com/ Use that IP instead of the 192.168.0.3 There is an extra step you need to do, login in to your router setup page and look for the DMZ option, enable it and set it to be your computer IP (192.168.0.3). Basically the DMZ lets the world know that if someone accesses your public IP (the one you get from whatismyip) to redirect it to your local IP (192.168.0.3).
but how to check if my server allows remote connections or not? and if it allows, could you tell me how to connect remotly from localhost to a server ?? thanks 4 ur time.