473,378 Members | 1,549 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

scarcity of PHP5 hosting

Why do so many hosting services only offer PHP4? That's even true for
Yahoo.

Sep 12 '07 #1
21 1913
NC
On Sep 12, 2:28 pm, Herb <her...@mail.comwrote:
>
Why do so many hosting services only offer PHP4?
Because they have one system setup that they worked out a few years
ago and keep repeating on all their servers. It helps keep setup and
maintenance costs down.
That's even true for Yahoo.
It should be ESPECIALLY true for Yahoo!. Yahoo! is atypical in that
it is a hardcore BSD shop (most hosting companies that offer PHP run
on Linux). So if they ever decide to upgrade their PHP, they have to
test extra carefully for any BSD-specific problems before upgrading
their production servers.

Cheers,
NC

Sep 12 '07 #2
On Wed, 12 Sep 2007 15:30:26 -0700, NC <nc@iname.comwrote:
>That's even true for Yahoo.

It should be ESPECIALLY true for Yahoo!. Yahoo! is atypical in that
it is a hardcore BSD shop (most hosting companies that offer PHP run
on Linux). So if they ever decide to upgrade their PHP, they have to
test extra carefully for any BSD-specific problems before upgrading
their production servers.
For another data point, pair.com run (Free)BSD too, and they just upgraded all
their shared hosting to PHP 5.2.3 (which works nicely).

--
Andy Hassall :: an**@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Sep 12 '07 #3
But they shouldn't be using PHP 4 by now, as PHP 4 will stop being
supported as of 31 December 2007 ;).

Sep 13 '07 #4
Herb <he****@mail.comwrites:
Why do so many hosting services only offer PHP4? That's even true for
Yahoo.
Being at a hosting provider I can give you the exact
reasons. There are two huge ones:
1) Backward compatability.
2) Ability to run PHP 4 & PHP 5 at the same time.

#2 is probably the biggest show stopper on php 5 adoption
by providers. When the change occured from php 3 -php 4, it
was possible to configure Apache servers to run both as modules
and to setup users so that files ending in .php or .php3 would
see the 'old' php3 environment. Folks wanting ot use the new stuff
could use the .php4 extension - OR - buy changing some .htaccess
mappings have all their files go to php4.

Later on after a period of warnings we gradually weaned
the folks from php 3 -php 4 and eventually stopped all 3 support.
The GREAT thing was, if a user had a real problem on 4, they could
still use 3 on their own stuff while everybody else went to 5.

When php 5 came out it appears the developers did NOT put
a priority on being able to run both as modules at the same time.
There are some 'rube goldberg' setups where you can use proxies
or setup as a cgi -- but nothing transparent to the thousands of
web sites already in existence using php 4 just fine.

We would love to use php 5 -- but we can't break sites
on the old stuff with people who don't know how to maintain their
code and their is no 'easy' transition path.
--
John
__________________________________________________ _________________
John Murtari Software Workshop Inc.
jmurtari@following domain 315.635-1968(x-211) "TheBook.Com" (TM)
http://thebook.com/
Sep 19 '07 #5
NC
On Sep 19, 9:23 am, John Murtari <jmurt...@thebook.comwrote:
Herb <her...@mail.comwrites:
Why do so many hosting services only offer PHP4? That's even
true for Yahoo.

Being at a hosting provider I can give you the exact
reasons. There are two huge ones:
1) Backward compatability.
2) Ability to run PHP 4 & PHP 5 at the same time.

#2 is probably the biggest show stopper on php 5 adoption
by providers.
GoDaddy solved this problem somehow. You can choose (on per-directory
basis, using .htaccess files) whether *.php files are parsed using PHP
4 or PHP 5. Both PHP interpreters run as FastCGI executables.

Cheers,
NC

Sep 19 '07 #6
John Murtari wrote:
Herb <he****@mail.comwrites:
>Why do so many hosting services only offer PHP4? That's even true for
Yahoo.
Being at a hosting provider I can give you the exact
reasons. There are two huge ones:
1) Backward compatability.
2) Ability to run PHP 4 & PHP 5 at the same time.
I use APLus.net - and the offer both. From the control panel, switching
between the two is done with the click of a radio button.

I've been toggling back and forth like a madman to see how my stuff hold
up - and haven't noticed any problems.
>
When php 5 came out it appears the developers did NOT put
a priority on being able to run both as modules at the same time.
There are some 'rube goldberg' setups where you can use proxies
or setup as a cgi -- but nothing transparent to the thousands of
web sites already in existence using php 4 just fine.

We would love to use php 5 -- but we can't break sites
on the old stuff with people who don't know how to maintain their
code and their is no 'easy' transition path.
Sep 20 '07 #7
On Sep 12, 5:28 pm, Herb <her...@mail.comwrote:
Why do so many hosting services only offer PHP4? That's even true for
Yahoo.

Another option is to find a place that offers you your own server, for
cheap. Hostway.com is offering dedicated servers for as little as $99
a month. I got a server from them with Ubuntu on it. I was very
pleased to have my own server, for so little money. The last company
that I worked at had their servers from (was renting) from
RackSpace for $550 a month. Compared to that, Hostway seems cheap. Of
course, Hostway is not offering the awesome level of customer service
that RackSpace offers, but most of the time I don't need it.

Once you've got your own server, you can do anything you want with
it.

Sep 20 '07 #8
lawrence k wrote:
On Sep 12, 5:28 pm, Herb <her...@mail.comwrote:
>Why do so many hosting services only offer PHP4? That's even true for
Yahoo.


Another option is to find a place that offers you your own server, for
cheap. Hostway.com is offering dedicated servers for as little as $99
a month. I got a server from them with Ubuntu on it. I was very
pleased to have my own server, for so little money. The last company
that I worked at had their servers from (was renting) from
RackSpace for $550 a month. Compared to that, Hostway seems cheap. Of
course, Hostway is not offering the awesome level of customer service
that RackSpace offers, but most of the time I don't need it.

Once you've got your own server, you can do anything you want with
it.
Given todays broadband speedss and the availability of 'no surcharge '
fixed IP addresses, why not do as I did and spend less than $350 on a
Linux PC and host it all from home..its more han enough for all low
traffic stuff, and if you are pushing gigabytes a day, why then host
your own machine in someone else's facility.
Sep 20 '07 #9
..oO(The Natural Philosopher)
>Given todays broadband speedss
Usually the upstream is a real bottleneck.
>and the availability of 'no surcharge '
fixed IP addresses, why not do as I did and spend less than $350 on a
Linux PC and host it all from home..
Running a root server should only be done if you _really_ know what
you're doing. There are reasons why for most people who want to run
their own machine a managed server is the best choice.

Micha
Sep 20 '07 #10
lawrence k wrote:
On Sep 12, 5:28 pm, Herb <her...@mail.comwrote:
>Why do so many hosting services only offer PHP4? That's even true for
Yahoo.


Another option is to find a place that offers you your own server, for
cheap. Hostway.com is offering dedicated servers for as little as $99
a month. I got a server from them with Ubuntu on it. I was very
pleased to have my own server, for so little money. The last company
that I worked at had their servers from (was renting) from
RackSpace for $550 a month. Compared to that, Hostway seems cheap. Of
course, Hostway is not offering the awesome level of customer service
that RackSpace offers, but most of the time I don't need it.

Once you've got your own server, you can do anything you want with
it.
Forget the dedicated servers. I can get VPS's, which are almost as good
as dedicated server for $20/mo.

A dedicated server handles a LOT of traffic. 99.99% of the websites on
the internet need nowhere near the resources of a dedicated server. In
fact, I typically run several servers on a single VPS.

The downsize is, with complete control comes complete responsibility.
Don't expect the hosting company to manage updates, set up user
accounts, etc. for you.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 21 '07 #11
The Natural Philosopher wrote:
lawrence k wrote:
>On Sep 12, 5:28 pm, Herb <her...@mail.comwrote:
>>Why do so many hosting services only offer PHP4? That's even true for
Yahoo.


Another option is to find a place that offers you your own server, for
cheap. Hostway.com is offering dedicated servers for as little as $99
a month. I got a server from them with Ubuntu on it. I was very
pleased to have my own server, for so little money. The last company
that I worked at had their servers from (was renting) from
RackSpace for $550 a month. Compared to that, Hostway seems cheap. Of
course, Hostway is not offering the awesome level of customer service
that RackSpace offers, but most of the time I don't need it.

Once you've got your own server, you can do anything you want with
it.
Given todays broadband speedss and the availability of 'no surcharge '
fixed IP addresses, why not do as I did and spend less than $350 on a
Linux PC and host it all from home..its more han enough for all low
traffic stuff, and if you are pushing gigabytes a day, why then host
your own machine in someone else's facility.
And what do you do when your power goes out or your phone line goes
down? Also does your ISP allow hosting of websites (many don't, and
although they don't block port 80, putting up a website can cause them
to cut your service).

Additionally, most home ISP's have fast download times, but relatively
slow upload times - often times a 10:1 ratio or more. For instance, my
cable provider brags about 6Mb/s download speeds. But upload speeds are
around 300Kb/s. They just don't tell you that, because the typical user
will never notice (a request for a page is MUCH shorter than the page
itself). But if you put a webserver there, now you have 300Kb/s
download and 6Mb/s upload. Not what potential customers want to see.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 21 '07 #12
In article <rr******************************@comcast.com>,
js*******@attglobal.net (Jerry Stuckle) wrote:
>
Given todays broadband speedss and the availability of 'no
surcharge ' fixed IP addresses, why not do as I did and spend
less than $350 on a Linux PC and host it all from home..its more
han enough for all low traffic stuff, and if you are pushing
gigabytes a day, why then host your own machine in someone else's
facility.
Agreed.
>
And what do you do when your power goes out or your phone line goes
down? Also does your ISP allow hosting of websites (many don't,
and although they don't block port 80, putting up a website can
cause them to cut your service).
My ISP knows exactly what I'm doing, in fact, he even gave me 6 IPs
The server is Sitting on it UPS, the ADSL Router is on a UPS, if I get a
power outage, my pages continue to be served.
>
Additionally, most home ISP's have fast download times, but
relatively slow upload times - often times a 10:1 ratio or more.
For instance, my cable provider brags about 6Mb/s download speeds.
But upload speeds are around 300Kb/s. They just don't tell you
that, because the typical user will never notice (a request for a
page is MUCH shorter than the page itself). But if you put a
webserver there, now you have 300Kb/s download and 6Mb/s upload.
Not what potential customers want to see.
Agreed in principal Jerry, but with low traffic sites, and avoiding
things like Flash and large images, at 300kbps a predominantly text/html
page will still load quickly. I don't want to sit through a Flash
presentation/intro every time I go to a site, and I expect my few
visitors will think the same way. It is the scourge of the WWW.

To come back on topic, if you are running a business from your website,
and it is making you some money, then hosting is worthwhile and is a
legitimate business expense, offsettable against income/company tax. If
like me you do it for fun and self improvement, and you already have all
the kit you need, don't waste money.
- Steve
Sep 22 '07 #13
"Steve" <j8*******@dea.spamcon.orgwrote in message
news:me***********************@rook.127.0.0.1...
To come back on topic, if you are running a business from your website,
and it is making you some money, then hosting is worthwhile and is a
legitimate business expense, offsettable against income/company tax. If
like me you do it for fun and self improvement, and you already have all
the kit you need, don't waste money.
I do this more for fun than money, too.
And I gotta disagree.
The value I've recieved from paying a few hundred dollars per year for web
hosting has MORE than paid for itself - just on the hobby side.
Beyond that, the income from just ONE customer pays for all my hobbying.

Having a second computer laying around is way cool.
But having an off-site, secure, well-maintained server is da bomb.

And if you ever do any MS stuff - it's an absolute necessity.
It's easy to maintain a home Unix network - but an Active Directory system
requires an AWFUL lot of computer power.

Sep 22 '07 #14
In article <ig*****************@newssvr17.news.prodigy.net> ,
bu***@kaufman.net (Sanders Kaufman) wrote:
*Subject:* Re: scarcity of PHP5 hosting
*From:* "Sanders Kaufman" <bu***@kaufman.net>
*Date:* Sat, 22 Sep 2007 04:27:18 -0500

"Steve" <j8*******@dea.spamcon.orgwrote in message
news:me***********************@rook.127.0.0.1...
To come back on topic, if you are running a business from your
website,
and it is making you some money, then hosting is worthwhile and
is a
legitimate business expense, offsettable against income/company
tax. If
like me you do it for fun and self improvement, and you already
have all
the kit you need, don't waste money.

I do this more for fun than money, too.
And I gotta disagree.
The value I've recieved from paying a few hundred dollars per year
for web hosting has MORE than paid for itself - just on the hobby
side.
Beyond that, the income from just ONE customer pays for all my
hobbying.

Having a second computer laying around is way cool.
But having an off-site, secure, well-maintained server is da bomb.

And if you ever do any MS stuff - it's an absolute necessity.
It's easy to maintain a home Unix network - but an Active Directory
system requires an AWFUL lot of computer power.

Basically we're agreeing ;-)

In short we are both saying..

Got income ? = Get hosting.

There is nothing even remotely business orientated on my sites. I'm an
electronics engineer. This really is, 'just for kicks' :-)

ergo: no income = DIY
- Steve
Sep 22 '07 #15
"Steve" <j8*******@dea.spamcon.orgwrote in message
news:me***********************@rook.127.0.0.1...
Basically we're agreeing ;-)
In short we are both saying..
Got income ? = Get hosting.

There is nothing even remotely business orientated on my sites. I'm an
electronics engineer. This really is, 'just for kicks' :-)

ergo: no income = DIY
Not to just be disagreeable - but that's not what I'm saying.
I'm saying that if you really want to take the hobby seriously, you gotta
have pro hosting.

A home server is fine for learning on, but a pro server is where you put
that learning into practice.
It's the difference between riding one of those arcade skiing machines, and
actually skiing.

Sep 22 '07 #16
Sanders Kaufman wrote:
"Steve" <j8*******@dea.spamcon.orgwrote in message
news:me***********************@rook.127.0.0.1...
>Basically we're agreeing ;-)
In short we are both saying..
Got income ? = Get hosting.

There is nothing even remotely business orientated on my sites. I'm an
electronics engineer. This really is, 'just for kicks' :-)

ergo: no income = DIY

Not to just be disagreeable - but that's not what I'm saying.
I'm saying that if you really want to take the hobby seriously, you gotta
have pro hosting.

A home server is fine for learning on, but a pro server is where you put
that learning into practice.
It's the difference between riding one of those arcade skiing machines, and
actually skiing.
Where does pro hosting start?
I've RUN a pro host. Its essentially no different from what I have at home.

Sure eventually we RAIDED it and put dual ISP feeds on it..

But it was earning us over $20,000 a year on just a 256K feed..

Today I can get that over my phone line EASILY.

In real terms the likelihood of phone or power outage is low: here
anyway. In fact over the last year my ISP has been down more often than
my computers have. That means I am no worse off.

For many many sites with high content into a niche market, where traffic
is pretty low, home hosting wins hands down, especially if there is a
lot of site development going on.

OK if one day the traffic gets burdensome and the customer is paying
megabucks, move the machine to someone else's machine room.

You have to balance all the issues There is no one best solution.
Sep 22 '07 #17
In article <xd*****************@newssvr17.news.prodigy.net> ,
bu***@kaufman.net (Sanders Kaufman) wrote:
A home server is fine for learning on, but a pro server is where
you put that learning into practice.
It's the difference between riding one of those arcade skiing
machines, and actually skiing.

Maybe that's where I've drifted off course.. I should have an income
from it by now ;-)

Until then, I'll stick to the arcade games. :-P

Keep yer elbows in!

- Steve
Sep 22 '07 #18
"The Natural Philosopher" <a@b.cwrote in message
news:11***************@despina.uk.clara.net...
Sanders Kaufman wrote:
>A home server is fine for learning on, but a pro server is where you put
that learning into practice.
It's the difference between riding one of those arcade skiing machines,
and actually skiing.
Where does pro hosting start?

I've RUN a pro host. Its essentially no different from what I have at
home.
Professional doesn't just mean you made money.
It means that you manage and maintain it as if it mattered.

You *can* operate a home server professionally, but it would be
prohibitively expensive.
As you go on to say - you've done it. Many of us have.
But without the economies of scale enjoyed by hosting providers, it cost oh
so very much.

For many many sites with high content into a niche market, where traffic
is pretty low, home hosting wins hands down, especially if there is a lot
of site development going on.
Yes - for sites that don't *need* to work, home-hosting can be a very
cost-effective solution.
It's like how, if you don't need to go anywhere, having a picture of a car
is more cost-effective than actually having a car.

OK if one day the traffic gets burdensome and the customer is paying
megabucks, move the machine to someone else's machine room.
I've always found that it's best to resolve such issues *before* they arise.
You have to balance all the issues There is no one best solution.
Well - only the actual issues. The actual issue presented by the OP was one
in which they wanted off-site hosting, and your response, that they consider
home-hosting.
Because of the cost and complexity of network administration (especially for
someone who's just learning to program some web pages) - ya gotta go with
pro hosting.

I remember the first time I hosted a domain on my home network. I built out
a FreeBSD machine with the defaults, and never turned it off. Then, one
day, GTE called me and told me that they were cutting me off because I had
become a SPAM relay. When I checked, my Unix box was just a goin crazy
taking in and sending out spam.

As Reverends Bush, Rice and Ashcroft once said, "Do you really want the
first sign of trouble to be a nuclear mushroom cloud?".


Sep 22 '07 #19
The Natural Philosopher wrote:
Sanders Kaufman wrote:
>"Steve" <j8*******@dea.spamcon.orgwrote in message
news:me***********************@rook.127.0.0.1.. .
>>Basically we're agreeing ;-)
In short we are both saying..
Got income ? = Get hosting.

There is nothing even remotely business orientated on my sites. I'm an
electronics engineer. This really is, 'just for kicks' :-)

ergo: no income = DIY

Not to just be disagreeable - but that's not what I'm saying.
I'm saying that if you really want to take the hobby seriously, you
gotta have pro hosting.

A home server is fine for learning on, but a pro server is where you
put that learning into practice.
It's the difference between riding one of those arcade skiing
machines, and actually skiing.
Where does pro hosting start?
I've RUN a pro host. Its essentially no different from what I have at home.

Sure eventually we RAIDED it and put dual ISP feeds on it..

But it was earning us over $20,000 a year on just a 256K feed..

Today I can get that over my phone line EASILY.

In real terms the likelihood of phone or power outage is low: here
anyway. In fact over the last year my ISP has been down more often than
my computers have. That means I am no worse off.
In the real world, over the last 10 years, my home goes out several
times a year. Probably 80% or more are short - 5 minutes or less, and
covered by the UPS. The longest was 5 days when the remnants of a
hurricane came through. I lose power for an extended period (1 hour or
more) about once a year.

My cable is out more often; probably once a month or so. Again, most
are short. but at least twice a year I lose it for an hour or more. Of
course, I don't know if that went down if I'm in bed or not home, so
it's probably much more than that.
For many many sites with high content into a niche market, where traffic
is pretty low, home hosting wins hands down, especially if there is a
lot of site development going on.

OK if one day the traffic gets burdensome and the customer is paying
megabucks, move the machine to someone else's machine room.

You have to balance all the issues There is no one best solution.
Decent hosting costs you less than $50/yr. You'll spend that much
keeping a computer running 24/7.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 22 '07 #20
Jerry Stuckle wrote:
The Natural Philosopher wrote:
>Sanders Kaufman wrote:
>>"Steve" <j8*******@dea.spamcon.orgwrote in message
news:me***********************@rook.127.0.0.1. ..

Basically we're agreeing ;-)
In short we are both saying..
Got income ? = Get hosting.

There is nothing even remotely business orientated on my sites. I'm an
electronics engineer. This really is, 'just for kicks' :-)

ergo: no income = DIY

Not to just be disagreeable - but that's not what I'm saying.
I'm saying that if you really want to take the hobby seriously, you
gotta have pro hosting.

A home server is fine for learning on, but a pro server is where you
put that learning into practice.
It's the difference between riding one of those arcade skiing
machines, and actually skiing.
Where does pro hosting start?
I've RUN a pro host. Its essentially no different from what I have at
home.

Sure eventually we RAIDED it and put dual ISP feeds on it..

But it was earning us over $20,000 a year on just a 256K feed..

Today I can get that over my phone line EASILY.

In real terms the likelihood of phone or power outage is low: here
anyway. In fact over the last year my ISP has been down more often
than my computers have. That means I am no worse off.

In the real world, over the last 10 years, my home goes out several
times a year. Probably 80% or more are short - 5 minutes or less, and
covered by the UPS. The longest was 5 days when the remnants of a
hurricane came through. I lose power for an extended period (1 hour or
more) about once a year.

My cable is out more often; probably once a month or so. Again, most
are short. but at least twice a year I lose it for an hour or more. Of
course, I don't know if that went down if I'm in bed or not home, so
it's probably much more than that.
>For many many sites with high content into a niche market, where
traffic is pretty low, home hosting wins hands down, especially if
there is a lot of site development going on.

OK if one day the traffic gets burdensome and the customer is paying
megabucks, move the machine to someone else's machine room.

You have to balance all the issues There is no one best solution.

Decent hosting costs you less than $50/yr. You'll spend that much
keeping a computer running 24/7.
Depends on how many sites are on it, and whether it was doing that anyway.

And how much time it takes you to upload data, and how much it really
costs you with plenty of storage on it. MY ISP starts to talk real money
if it's over 30Mbytes. And whether it has the sort of access you want,
and runs the special code you want.


Sep 22 '07 #21
The Natural Philosopher wrote:
Jerry Stuckle wrote:
>The Natural Philosopher wrote:
>>Sanders Kaufman wrote:
"Steve" <j8*******@dea.spamcon.orgwrote in message
news:me***********************@rook.127.0.0.1.. .

Basically we're agreeing ;-)
In short we are both saying..
Got income ? = Get hosting.
>
There is nothing even remotely business orientated on my sites. I'm an
electronics engineer. This really is, 'just for kicks' :-)
>
ergo: no income = DIY

Not to just be disagreeable - but that's not what I'm saying.
I'm saying that if you really want to take the hobby seriously, you
gotta have pro hosting.

A home server is fine for learning on, but a pro server is where you
put that learning into practice.
It's the difference between riding one of those arcade skiing
machines, and actually skiing.

Where does pro hosting start?
I've RUN a pro host. Its essentially no different from what I have at
home.

Sure eventually we RAIDED it and put dual ISP feeds on it..

But it was earning us over $20,000 a year on just a 256K feed..

Today I can get that over my phone line EASILY.

In real terms the likelihood of phone or power outage is low: here
anyway. In fact over the last year my ISP has been down more often
than my computers have. That means I am no worse off.

In the real world, over the last 10 years, my home goes out several
times a year. Probably 80% or more are short - 5 minutes or less, and
covered by the UPS. The longest was 5 days when the remnants of a
hurricane came through. I lose power for an extended period (1 hour
or more) about once a year.

My cable is out more often; probably once a month or so. Again, most
are short. but at least twice a year I lose it for an hour or more.
Of course, I don't know if that went down if I'm in bed or not home,
so it's probably much more than that.
>>For many many sites with high content into a niche market, where
traffic is pretty low, home hosting wins hands down, especially if
there is a lot of site development going on.

OK if one day the traffic gets burdensome and the customer is paying
megabucks, move the machine to someone else's machine room.

You have to balance all the issues There is no one best solution.

Decent hosting costs you less than $50/yr. You'll spend that much
keeping a computer running 24/7.

Depends on how many sites are on it, and whether it was doing that anyway.

And how much time it takes you to upload data, and how much it really
costs you with plenty of storage on it. MY ISP starts to talk real money
if it's over 30Mbytes. And whether it has the sort of access you want,
and runs the special code you want.

30 megabytes? I'm not talking about your ISP. I'm talking about REAL
web hosting companies - where you can get several gigabytes for under
$50/yr.

And uploading data takes virtually none of my time at all. I just pick
the files to upload and my program does all of them at once, hands off.
Or I can synchronize the sites and let it pick the files which need to
be uploaded.

No problem at all. And I can run pretty much everything I need on a
shared host.

Now if you're getting into heavy use sites, shared hosting won't work
for you. But you wouldn't want to do those on your home PC, either.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 22 '07 #22

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: gf | last post by:
I had a client recently contact me with a script that wasn't working. I quickly isolated the problem as to the fact that the $_GET array was not being made available to all scripts, even though...
5
by: Doug | last post by:
I am looking for PHP5 web hosting and many companies have not moved up to using PHP5 yet. Is there any one who has had any experiences good or bad with any company using PHP5? -d
0
by: B.r.K.o.N.j.A. | last post by:
I'm looking for php5 + postgresql 7.3 or higher shared hosting, I also need any kind of versioning system installed. Hosting must be located in europe and must have telephone support. The key here...
1
by: Tony | last post by:
Hi there, could you please advice on a good quality PHP5 and MySQL5 web hosting service (shared)? Thanks. Tony.
5
by: Aziz | last post by:
Hi, I've recently contacted technical service of a web hosting company and asked them wheter or not they're gonna upgrade to PHP5 and MySQL5. Here's a quote from their response which confused me...
2
by: afrinspray | last post by:
Our company is setting up a php5 hosting environment for some of our clients, and I was wondering which extensions we should/should not support? We're installing from the FreeBSD ports collection....
0
by: israelekpo | last post by:
phpPaypalPro version 0.2.0 Released The second version of phpPaypalPro has been released. phpPaypalPro is an object-oriented framework developed in PHP5 to integrate easily with the Website...
2
by: eltower | last post by:
adactio.com/journal/1202 has a very interesting PHP script which gathers RSS data from various feeds and prints them in an HTML table. He calls this a lifestream. Anyways, unfortunately, my...
5
by: swethak | last post by:
Hi All, I configured PHP in hosting server by following the 5 steps in the below link. Kerry Webster » Install and Configure PHP5 with IIS6 on Windows Server 2003 But the php pages are...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.