Kaizard Posted October 1, 2009 Share Posted October 1, 2009 Hi, I'm very new on PHP-Apache web development..and I'd like to ask if I can test my project on the web with non-static IP, my ISP is globe telecom...and i've noticed my IP changes a lot. I'm wondering what I can do about it? I'd really appreciate any comments and help. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/ Share on other sites More sharing options...
cags Posted October 1, 2009 Share Posted October 1, 2009 You can test it locally regardless of your IP changing. All you need to do is install Apache and PHP (plus any other tech you require like MySQL). In order to access the site you can then use the loopback address (aka Localhost address) of 127.0.0.1. If you wish it to be accessable to other from outside your computer the dynamic IP would be a bad thing, but that really wouldn't be a good idea. You would need to get a webhost to do the work for you. Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/#findComment-928500 Share on other sites More sharing options...
Kaizard Posted October 1, 2009 Author Share Posted October 1, 2009 You can test it locally regardless of your IP changing. All you need to do is install Apache and PHP (plus any other tech you require like MySQL). In order to access the site you can then use the loopback address (aka Localhost address) of 127.0.0.1. If you wish it to be accessable to other from outside your computer the dynamic IP would be a bad thing, but that really wouldn't be a good idea. You would need to get a webhost to do the work for you. Thanks u...but..I'm already passed that...What I was thinking was if I can view my work through the Web, directly from my PC. And since I have a dynamic IP..I'm wondering if it's possible. With my server as Apache 2.2.x (with PHP and MySQL). Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/#findComment-928509 Share on other sites More sharing options...
PFMaBiSmAd Posted October 1, 2009 Share Posted October 1, 2009 http://www.dyndns.com/ Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/#findComment-928511 Share on other sites More sharing options...
cags Posted October 1, 2009 Share Posted October 1, 2009 Certainly it's possible using a service such as the one PFMaBiSmAd suggests, but I must admit I'd struggle to find enough pro's to outweigh the con's of hosting your own site on your own PC. Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/#findComment-928513 Share on other sites More sharing options...
Kaizard Posted October 1, 2009 Author Share Posted October 1, 2009 Certainly it's possible using a service such as the one PFMaBiSmAd suggests, but I must admit I'd struggle to find enough pro's to outweigh the con's of hosting your own site on your own PC. Yeah, I agree to that. Anyways, it's for testing purposes. I'm after all new to PHP-Apache web development. Thanks for the information. It solves my query. Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/#findComment-928518 Share on other sites More sharing options...
Kaizard Posted October 1, 2009 Author Share Posted October 1, 2009 http://www.dyndns.com/ Thanks for the suggestion! Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/#findComment-928520 Share on other sites More sharing options...
cags Posted October 1, 2009 Share Posted October 1, 2009 I just don't see that you would gain anything, you can play with your localhost settings all you like to get to grips with Apache and PHP. If you want your site online that's fine too, but why not just use a free webhost such as 000webhosts to host your file. Then you don't need to worry about your IP or anything. Just my opinion though. Quote Link to comment https://forums.phpfreaks.com/topic/176196-solved-dynamic-ip/#findComment-928525 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.