|
#1
| ||||
| ||||
|
I am using www.7host.com for my web hosting and they claim to support PHP. So, I wanted to ask if I create a website using PHP and test it with Apache server on my Mac and then transfer it to their server, which as I understand Windows OS, is it going to work? Does it matter what PHP release they are using?
|
|
#2
| |||
| |||
|
i could matter what version of php they are running. but if you and they are running the same version of php it should render the same. chances are it will render the same anyways unless you versions are drastically different. at least this is my experience with it.
__________________ --Jeffo-- |
|
#3
| ||||
| ||||
|
Will it work? Most likely yes. As long as you are running the same major release (ie PHP 4) you should not have any major issues. There may be some minor problems if you try to use a function that does not exist their version of PHP, but this would only happen if they were several versions behind (ie. PHP 4.1 vs 4.3) or if you had some extra functionalities compiled in (ie LDAP) that they did not. To avoid this I would suggest putting up a phpinfo() script and find out what is available for you to use. The only major disconnect that I know of between working on a Mac and then switching to a windows environment is that windows does not accept negative timestamps, but as long as you aren't trying to have any dates pre 1970 you shouldn't have a problem with that.
__________________ "Your computer has too much computer in it, and not enough typewriter." GCS/IT$ d- s+: a--? C++ U* !P L++ E---- W+++ !N o? !K-? !w O? M++ V? !PS !PE Y+ PGP t++ !5 X+ R+ tv+ b+ DI+ D- G+ e(++) h* r+++ y? |
|
#4
| ||||
| ||||
|
yeah, looks like i am going to be ok. thanks.
|
|
#5
| ||||
| ||||
| IP Question, Hanging server on DSL line at home for phpBB
OK, I'm competing for the dumb question of the month. Appreciate your indulgence. I want to run phpBB and don't have a domain name from network solutions yet (but that's not an issue with me at this time). I would like to run phpBB from 2nd Mac at home connected to router, where having a specific domain name is low priority. What numeric IP address would I then tell people who wish to access the site? Then I gotta to uh, open appropriate port(s) thru the router, I guess. My local ISP sold out to a Utah company, I asked their call center guy if they would mind if I hang a server on my DSL, the guy went clueless on me. He not only doesn't give a damn what I do on my DSL line, he totally had no idea what I was asking. So, looks like I'm ok to do whatever I want to on my DSL line. Sure look forward to your insights and knowledge. Much appreciate, Adonsa
__________________ NON-Profit websites:http://www.antioffshore.org http://www.fairus.org http://www.alipac.us http://www.solarcycle24.com/ |
|
#6
| ||||
| ||||
|
j2603 - You can always just try it and if it works great, if not, find out what went wrong and work around it. Adonsa - the IP depends on what IP you are provided. Most likely it changes everytime your connection is reinstated (PPPoE or whatever). To give people access, you would need to know the IP, and then open either that machine to the net OR open the appropriate p0rts (safer) for the BB to work. THe alt solution would be to use a service like dyndns to point to your phpBB site, so they dont have to use the IP. dyndns.org has a free service that will probably do the trick for you for now. http://www.dyndns.org/services/dns/dyndns/ It keeps up with IP address changes so the same name always gets you to the server you are hosting. The only real concerns here are security and bandwidth.
__________________ mac mini 1.42 - my baby ipod 3rd gen 20gig color - my new music baby ipod 1st gen 5gig - dead and trashed g4/466 - my server and an old friend imac 333 - sold 6100/66av - dead IIsi - paperweight mac se30 - burned and dead mac plus with radius FPD - burned and dead - mac user since 1988 |
|
#7
| ||||
| ||||
| Thanks much, Robn
Robn, thanks much for your reply and for the url. Fortunately, I have a static IP. I still appreciate finding out about dyndns.org. Appreciate your reminding me about security, in my case limited by the MacSense router's capabilities and the fact that I'll be using a Mac and not an IBM-PC or clone. In light of that, setting it up off a DSL will give me time to learn the phpBB software, get it like I want it, and then have time to select a web host. Thanks again, I much appreciate. Adonsa
__________________ NON-Profit websites:http://www.antioffshore.org http://www.fairus.org http://www.alipac.us http://www.solarcycle24.com/ |
![]() |
| Bookmarks |
| Thread Tools | |
|
|