Help - Search - Member List - Calendar
Full Version: HELP? My Host has NO PHP, pull this data from another server
WorkTheWeb Forums > Webmaster Resources > PHP Help
Support our Sponsors!
Caesar
Hi,

I'm wondering if anyone here can point me in the right direction. My host
does not provide php, and so I need to pull this data from another server
that does support such scripting.

Help?

JC

Caesar
"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE
Caesar wrote:
Hi,

I'm wondering if anyone here can point me in the right direction. My
host
does not provide php, and so I need to pull this data from another
server
that does support such scripting.

Help?

JC



Get a new host.



Need other options. I'm paid up for 3 years!!!!!
thanks,
m

Aidan
"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE
Hi,

I'm wondering if anyone here can point me in the right direction. My host
does not provide php, and so I need to pull this data from another server
that does support such scripting.

Do they provide any kind of CGI functionality?

Jerry Stuckle
Caesar wrote:
QUOTE
Hi,

I'm wondering if anyone here can point me in the right direction. My host
does not provide php, and so I need to pull this data from another server
that does support such scripting.

Help?

JC



Get a new host.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
[Email Removed]
==================

kicken
Caesar wrote:
QUOTE
Hi,

I'm wondering if anyone here can point me in the right direction. My host
does not provide php, and so I need to pull this data from another server
that does support such scripting.

Help?

JC



What data?

Kimmo Laine
"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE

"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...
Caesar wrote:
Hi,

I'm wondering if anyone here can point me in the right direction. My
host
does not provide php, and so I need to pull this data from another
server
that does support such scripting.

Help?

JC



Get a new host.



Need other options.  I'm paid up for 3 years!!!!!
thanks,

Look, since you are already gonna get another server that does support php,
then what is the other one for? Is there no way you could get your money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No offence,
but wasn't that a bit hasty decision. If you commit to something for three
years and especially if it costs a lot, shouldn't you find out these things
_before_ you sign anything or pay anything...



--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com

Caesar
"Kimmo Laine" <[Email Removed]> wrote in message
news:YtPre.5971$[Email Removed]...
QUOTE
"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...

"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...
Caesar wrote:
Hi,

I'm wondering if anyone here can point me in the right direction.
My
host
does not provide php, and so I need to pull this data from another
server
that does support such scripting.

Help?

JC



Get a new host.



Need other options.  I'm paid up for 3 years!!!!!
thanks,

Look, since you are already gonna get another server that does support
php,
then what is the other one for? Is there no way you could get your money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No offence,
but wasn't that a bit hasty decision. If you commit to something for three
years and especially if it costs a lot, shouldn't you find out these
things
_before_ you sign anything or pay anything...


Hi,
Yea, they are wanting me to move to their "sister" company who does $
per-byte php hosting. I'm not trying to use a database or anything. I'm
just trying to use it to put pages together, mostly heading/menu/body html
files to be thrown together. Is there any kind of work around for such as
this?
Does anyone know of any free hosting sites which provide php, that I might
do some testing, some trial and error, some learning/training, to get the
feel of it, to see if this is right?
Thanks,
Caesar

Kimmo Laine
"Caesar" <[Email Removed]> kirjoitti
viestiss:[Email Removed]...
QUOTE

"Kimmo Laine" <[Email Removed]> wrote in message
news:YtPre.5971$[Email Removed]...
"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...

"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...
Caesar wrote:
Hi,

I'm wondering if anyone here can point me in the right direction.
My
host
does not provide php, and so I need to pull this data from another
server
that does support such scripting.

Help?

JC



Get a new host.



Need other options.  I'm paid up for 3 years!!!!!
thanks,

Look, since you are already gonna get another server that does support
php,
then what is the other one for? Is there no way you could get your money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No offence,
but wasn't that a bit hasty decision. If you commit to something for
three
years and especially if it costs a lot, shouldn't you find out these
things
_before_ you sign anything or pay anything...


Hi,
Yea, they are wanting me to move to their "sister" company who does $
per-byte php hosting.  I'm not trying to use a database or anything.  I'm
just trying to use it to put pages together, mostly heading/menu/body html
files to be thrown together.  Is there any kind of work around for such as
this?

For that SSI (Server-Side Includes) would be suitable. Find out if they
support that. SSI would suit for that purpouse well, and it is quite simple.

For example, including jeader and footer pages would be just
<!--#include virtual="/header.html" -->
The page itself, blaah blaah blaah...
<!--#include virtual="/footer.html" -->

Find out if you could get SSI support from the current provider.

QUOTE
Does anyone know of any free hosting sites which provide php, that I
might
do some testing, some trial and error, some learning/training, to get the
feel of  it, to see if this is right?

Yeah, it's called localhost, your own computer.. :) Install and setup your
own web server to your own computer. Apache and php are both free and you
can install them both to you own computer to make a training server. That's
how I started... Installing and configuring them together is a job, I'll
admit that, but there are plenty of online manuals and tutorials for that.

--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears

[Email Removed]

Exyle
iframes?

Aidan wrote:
QUOTE
"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...

Hi,

I'm wondering if anyone here can point me in the right direction. My host
does not provide php, and so I need to pull this data from another server
that does support such scripting.


Do they provide any kind of CGI functionality?



Joseph Melnick
Hello Kimmo, Caesar;

There are a number of projects that put all these things together for you.
One that I like to run locally on my laptop is WAMP5.

Basically an install for Windows that Includes Apache, MySQL and PHP5.

Download and Install and useful in a couple of minutes.

Joseph Melnick
JM Web Consultants
http://www.jphp.com/




"Kimmo Laine" <[Email Removed]> wrote in message
news:d8pk2q$k6s$[Email Removed]...
QUOTE
"Caesar" <[Email Removed]> kirjoitti
viestiss:[Email Removed]...

"Kimmo Laine" <[Email Removed]> wrote in message
news:YtPre.5971$[Email Removed]...
"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...

"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...
Caesar wrote:
Hi,

I'm wondering if anyone here can point me in the right direction.
My
host
does not provide php, and so I need to pull this data from another
server
that does support such scripting.

Help?

JC



Get a new host.



Need other options.  I'm paid up for 3 years!!!!!
thanks,

Look, since you are already gonna get another server that does support
php,
then what is the other one for? Is there no way you could get your money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No
offence,
but wasn't that a bit hasty decision. If you commit to something for
three
years and especially if it costs a lot, shouldn't you find out these
things
_before_ you sign anything or pay anything...


Hi,
Yea, they are wanting me to move to their "sister" company who does $
per-byte php hosting.  I'm not trying to use a database or anything.  I'm
just trying to use it to put pages together, mostly heading/menu/body
html
files to be thrown together.  Is there any kind of work around for such
as
this?

For that SSI (Server-Side Includes) would be suitable. Find out if they
support that. SSI would suit for that purpouse well, and it is quite
simple.

For example, including jeader and footer pages would be just
<!--#include virtual="/header.html" --
The page itself, blaah blaah blaah...
<!--#include virtual="/footer.html" --

Find out if you could get SSI support from the current provider.

Does anyone know of any free hosting sites which provide php, that I
might
do some testing, some trial and error, some learning/training, to get the
feel of  it, to see if this is right?

Yeah, it's called localhost, your own computer.. :) Install and setup your
own web server to your own computer. Apache and php are both free and you
can install them both to you own computer to make a training server.
That's how I started... Installing and configuring them together is a job,
I'll admit that, but there are plenty of online manuals and tutorials for
that.

--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears

[Email Removed]


Chuck Anderson
Joseph Melnick wrote:

QUOTE
Hello Kimmo, Caesar;

There are a number of projects that put all these things together for you.
One that I like to run locally on my laptop is WAMP5.

Basically an install for Windows that Includes Apache, MySQL and PHP5.

Download and Install and useful in a couple of minutes.



Is there anything this convenient that uses Php 4 (for Windows)? I'm

still using the old PhpTriad that I installed a couple of years ago.
I've updated Php and Phpmyadmin, but I don't think I'm getting the
performance I should. (My scripts perform faster - the pages are
delivered faster to my browser - on the remote Linux server I use than
on my PC).

QUOTE

"Kimmo Laine" <[Email Removed]> wrote in message
news:d8pk2q$k6s$[Email Removed]...


"Caesar" <[Email Removed]> kirjoitti
viestiss:[Email Removed]...


"Kimmo Laine" <[Email Removed]> wrote in message
news:YtPre.5971$[Email Removed]...


"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...


"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...


Caesar wrote:


Hi,

I'm wondering if anyone here can point me in the right direction.


My


host


does not provide php, and so I need to pull this data from another


server


that does support such scripting.

Help?

JC




Get a new host.



Need other options.  I'm paid up for 3 years!!!!!
thanks,


Look, since you are already gonna get another server that does support


php,


then what is the other one for? Is there no way you could get your money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No
offence,
but wasn't that a bit hasty decision. If you commit to something for
three
years and especially if it costs a lot, shouldn't you find out these


things


_before_ you sign anything or pay anything...



Hi,
Yea, they are wanting me to move to their "sister" company who does $
per-byte php hosting.  I'm not trying to use a database or anything.  I'm
just trying to use it to put pages together, mostly heading/menu/body
html
files to be thrown together.  Is there any kind of work around for such
as
this?


For that SSI (Server-Side Includes) would be suitable. Find out if they
support that. SSI would suit for that purpouse well, and it is quite
simple.

For example, including jeader and footer pages would be just
<!--#include virtual="/header.html" --
The page itself, blaah blaah blaah...
<!--#include virtual="/footer.html" --

Find out if you could get SSI support from the current provider.



Does anyone know of any free hosting sites which provide php, that I
might
do some testing, some trial and error, some learning/training, to get the
feel of  it, to see if this is right?


Yeah, it's called localhost, your own computer.. :) Install and setup your
own web server to your own computer. Apache and php are both free and you
can install them both to you own computer to make a training server.
That's how I started... Installing and configuring them together is a job,
I'll admit that, but there are plenty of online manuals and tutorials for
that.

--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears

[Email Removed]









--
*****************************
Chuck Anderson Boulder, CO
http://www.CycleTourist.com
Integrity is obvious.
The lack of it is common.
*****************************

Joseph Melnick
Hello Caesar,

You can have the best of both with WAMP5

http://www.wampserver.com/en/index.php

Get the PHP4 add-on and have PHP4 and PHP5 at your disposal on the same
personal server.

Joseph Melnick
JM Web Consultants
http://www.jphp.com/



"Chuck Anderson" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE
Joseph Melnick wrote:

Hello Kimmo, Caesar;

There are a number of projects that put all these things together for you.
One that I like to run locally on my laptop is WAMP5.

Basically an install for Windows that Includes Apache, MySQL and PHP5.

Download and Install and useful in a couple of minutes.


Is there anything this convenient that uses Php 4 (for Windows)? I'm still
using the old PhpTriad that I installed a couple of years ago. I've
updated Php and Phpmyadmin, but I don't think I'm getting the performance
I should. (My scripts perform faster - the pages are delivered faster to
my browser - on the remote Linux server I use than on my PC).


"Kimmo Laine" <[Email Removed]> wrote in message
news:d8pk2q$k6s$[Email Removed]...

"Caesar" <[Email Removed]> kirjoitti
viestiss:[Email Removed]...

"Kimmo Laine" <[Email Removed]> wrote in message
news:YtPre.5971$[Email Removed]...

"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...

"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...

Caesar wrote:

Hi,

I'm wondering if anyone here can point me in the right direction.

My

host

does not provide php, and so I need to pull this data from another

server

that does support such scripting.

Help?

JC



Get a new host.


Need other options.  I'm paid up for 3 years!!!!!
thanks,

Look, since you are already gonna get another server that does support

php,

then what is the other one for? Is there no way you could get your
money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No
offence,
but wasn't that a bit hasty decision. If you commit to something for
three
years and especially if it costs a lot, shouldn't you find out these

things

_before_ you sign anything or pay anything...


Hi,
Yea, they are wanting me to move to their "sister" company who does $
per-byte php hosting.  I'm not trying to use a database or anything.
I'm
just trying to use it to put pages together, mostly heading/menu/body
html
files to be thrown together.  Is there any kind of work around for such
as
this?

For that SSI (Server-Side Includes) would be suitable. Find out if they
support that. SSI would suit for that purpouse well, and it is quite
simple.

For example, including jeader and footer pages would be just
<!--#include virtual="/header.html" --
The page itself, blaah blaah blaah...
<!--#include virtual="/footer.html" --

Find out if you could get SSI support from the current provider.


Does anyone know of any free hosting sites which provide php, that I
might
do some testing, some trial and error, some learning/training, to get
the
feel of  it, to see if this is right?

Yeah, it's called localhost, your own computer.. :) Install and setup
your own web server to your own computer. Apache and php are both free
and you can install them both to you own computer to make a training
server. That's how I started... Installing and configuring them together
is a job, I'll admit that, but there are plenty of online manuals and
tutorials for that.

--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears

[Email Removed]







--
*****************************
Chuck Anderson Boulder, CO
http://www.CycleTourist.com
Integrity is obvious.
The lack of it is common.
*****************************


Hats
"Joseph Melnick" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE
Hello Kimmo, Caesar;

There are a number of projects that put all these things together for you.
One that I like to run locally on my laptop is WAMP5.

Basically an install for Windows that Includes Apache, MySQL and PHP5.

Download and Install and useful in a couple of minutes.

Joseph Melnick
JM Web Consultants
http://www.jphp.com/




Joe,
I guess that nobody has a clue as to how to get around this. I need php
processing without local hosted php, need the processing done off-site and
pulled back. I see this done often with counters and visitor stats, but
I've never seen it done with dynamic html pages. Any clues?
Thanks,
Hat

Hats
"Exyle" <[Email Removed]> wrote in message
news:42b083ca$[Email Removed]...
QUOTE
iframes?

Yea, that's one way around it, using frames or iframes, but that's like
going backwards about 10 years. I had hoped that there was a way to do
alternative offsite remote server php processing
hat

Chuck Anderson
Joseph Melnick wrote:

QUOTE
Hello Caesar,


Chuck, actually, ...... Ԭ


QUOTE
You can have the best of both with WAMP5

http://www.wampserver.com/en/index.php

Get the PHP4 add-on and have PHP4 and PHP5 at your disposal on the same
personal server.


Thanks. I hadn't caught that. I think it's time for me to start using

newer software.

Also, being able to test scripts in Php5 will give me a head start on
using it before my host switches.

QUOTE
"Chuck Anderson" <[Email Removed]> wrote in message
news:[Email Removed]...


Joseph Melnick wrote:



Hello Kimmo, Caesar;

There are a number of projects that put all these things together for you.
One that I like to run locally on my laptop is WAMP5.

Basically an install for Windows that Includes Apache, MySQL and PHP5.

Download and Install and useful in a couple of minutes.




Is there anything this convenient that uses Php 4 (for Windows)? I'm still
using the old PhpTriad that I installed a couple of years ago. I've
updated Php and Phpmyadmin, but I don't think I'm getting the performance
I should. (My scripts perform faster - the pages are delivered faster to
my browser - on the remote Linux server I use than on my PC).



"Kimmo Laine" <[Email Removed]> wrote in message
news:d8pk2q$k6s$[Email Removed]...



"Caesar" <[Email Removed]> kirjoitti
viestiss:[Email Removed]...



"Kimmo Laine" <[Email Removed]> wrote in message
news:YtPre.5971$[Email Removed]...



"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...



"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...



Caesar wrote:



Hi,

I'm wondering if anyone here can point me in the right direction.



My



host



does not provide php, and so I need to pull this data from another



server



that does support such scripting.

Help?

JC





Get a new host.




Need other options.  I'm paid up for 3 years!!!!!
thanks,



Look, since you are already gonna get another server that does support



php,



then what is the other one for? Is there no way you could get your
money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No
offence,
but wasn't that a bit hasty decision. If you commit to something for
three
years and especially if it costs a lot, shouldn't you find out these



things



_before_ you sign anything or pay anything...




Hi,
Yea, they are wanting me to move to their "sister" company who does $
per-byte php hosting.  I'm not trying to use a database or anything.
I'm
just trying to use it to put pages together, mostly heading/menu/body
html
files to be thrown together.  Is there any kind of work around for such
as
this?



For that SSI (Server-Side Includes) would be suitable. Find out if they
support that. SSI would suit for that purpouse well, and it is quite
simple.

For example, including jeader and footer pages would be just
<!--#include virtual="/header.html" --
The page itself, blaah blaah blaah...
<!--#include virtual="/footer.html" --

Find out if you could get SSI support from the current provider.




Does anyone know of any free hosting sites which provide php, that I
might
do some testing, some trial and error, some learning/training, to get
the
feel of  it, to see if this is right?



Yeah, it's called localhost, your own computer.. :) Install and setup
your own web server to your own computer. Apache and php are both free
and you can install them both to you own computer to make a training
server. That's how I started... Installing and configuring them together
is a job, I'll admit that, but there are plenty of online manuals and
tutorials for that.

--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears

[Email Removed]









--
*****************************
Chuck Anderson Boulder, CO
http://www.CycleTourist.com
Integrity is obvious.
The lack of it is common.
*****************************

Joseph Melnick
Hello Hats,

Does your hosting provider have any sort of scripting?

You could look for a free hosting provider to host your scripts that provide
dynamic content.

Joseph Melnick
JM Web Consultants
http://www.jphp.com/



"Hats" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE

"Joseph Melnick" <[Email Removed]> wrote in message
news:[Email Removed]...
Hello Kimmo, Caesar;

There are a number of projects that put all these things together for
you.
One that I like to run locally on my laptop is WAMP5.

Basically an install for Windows that Includes Apache, MySQL and PHP5.

Download and Install and useful in a couple of minutes.

Joseph Melnick
JM Web Consultants
http://www.jphp.com/




Joe,
I guess that nobody has a clue as to how to get around this.  I need php
processing without local hosted php,  need the processing done off-site
and
pulled back.  I see this done often with counters and visitor stats, but
I've never seen it done with dynamic html pages.  Any clues?
Thanks,
Hat



Phil Nospam
Caesar,

If you don't need a lot of space then checkout Free Business Hosting at:
http://www.fbhosting.com/.
50MB space, 1000MB data transfer per month, free subdomain name usage (i.e.
yourname.fbhosting.com) or you can purchase your own domain name and
transfer it there.

Note to the group -- I have not used the services of fbhosting.com and I am
not affiliated with them. I just happend to run across them while looking
for a host for my site and am simply responding to Caesar's request.

Phil

"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE

"Kimmo Laine" <[Email Removed]> wrote in message
news:YtPre.5971$[Email Removed]...
"Caesar" <[Email Removed]> wrote in message
news:[Email Removed]...

"Jerry Stuckle" <[Email Removed]> wrote in message
news:[Email Removed]...
Caesar wrote:
Hi,

I'm wondering if anyone here can point me in the right direction.
My
host
does not provide php, and so I need to pull this data from another
server
that does support such scripting.

Help?

JC



Get a new host.



Need other options.  I'm paid up for 3 years!!!!!
thanks,

Look, since you are already gonna get another server that does support
php,
then what is the other one for? Is there no way you could get your money
back? Or could you get php support from the current host by paying some
extra? Did it not occur to you that maybe you might need PHP? No
offence,
but wasn't that a bit hasty decision. If you commit to something for
three
years and especially if it costs a lot, shouldn't you find out these
things
_before_ you sign anything or pay anything...


Hi,
Yea, they are wanting me to move to their "sister" company who does $
per-byte php hosting.  I'm not trying to use a database or anything.  I'm
just trying to use it to put pages together, mostly heading/menu/body html
files to be thrown together.  Is there any kind of work around for such as
this?
Does anyone know of any free hosting sites which provide php, that I
might
do some testing, some trial and error, some learning/training, to get the
feel of  it, to see if this is right?
Thanks,
Caesar



Andrew DeFaria
Phil Nospam wrote:

QUOTE
Caesar,

If you don't need a lot of space then checkout Free Business Hosting
at: http://www.fbhosting.com/. 50MB space, 1000MB data transfer per
month, free subdomain name usage (i.e. yourname.fbhosting.com) or you
can purchase your own domain name and transfer it there.

Note to the group -- I have not used the services of fbhosting.com and
I am not affiliated with them. I just happend to run across them while
looking for a host for my site and am simply responding to Caesar's
request.

I just run my own server. Someone actually gave me a 333 mhz machine, I
installed Linux (free), Perl (free), Apache (free), PHP (free), etc. I
purchased a 200 Gig drive (~$250) and wham! 200 Gig of web space for
practically nothing. Ain't blindly fast but good enough...
--
Will the information superhighway have any rest stops?

Hats
"Phil Nospam" <[Email Removed]> wrote in message
news:b9pse.16566$[Email Removed]...
QUOTE
Caesar,

If you don't need a lot of space then checkout Free Business Hosting at:
http://www.fbhosting.com/.
50MB space, 1000MB data transfer per month, free subdomain name usage
(i.e.
yourname.fbhosting.com) or you can purchase your own domain name and
transfer it there.


Man Thanks,
I needed a miracle, and here it is. They don't ask me to transfer domain,
but only to point to their servers. I have 4 domains, and so this will be a
piece of cake. Thanks,
caesar

Tony
Andrew DeFaria wrote:
QUOTE
Phil Nospam wrote:

I just run my own server. Someone actually gave me a 333 mhz machine,
I installed Linux (free), Perl (free), Apache (free), PHP (free),
etc. I purchased a 200 Gig drive (~$250) and wham! 200 Gig of web
space for practically nothing. Ain't blindly fast but good enough...

If you're only doing a couple websites, and don't have to worry about client
satisfaction, that is certainly a good way to go. The biggest bottleneck
you'll face is the connection speed - but, again, if you don't have a lot of
busy sites, that's not much problem.

Is your server on a network & sharing your internet connection (DSL or
cable, I would assume?)

--
Tony Garcia
Web Right! Development
[Email Removed]

Hats
QUOTE
Caesar,

If you don't need a lot of space then checkout Free Business Hosting at:
http://www.fbhosting.com/.
50MB space, 1000MB data transfer per month, free subdomain name usage
(i.e.
yourname.fbhosting.com) or you can purchase your own domain name and
transfer it there.

Their ftp upload login detail is very strange,
but I finally figured it out, and posted it to their
forums. Their support forums have zero support,
which means with the free accounts you are on
your own. Also says that it requires that default
file be index.html, so for php, I'm gonna have to
use a refresh fwd meta tag, I must assume.
Any comments welcome.
hatz

Ken Robinson
Hats wrote:
QUOTE
your own. Also says that it requires that default
file be index.html, so for php, I'm gonna have to
use a refresh fwd meta tag, I must assume.
Any comments welcome.
hatz

Try putting your main page at index.php with no index.html in the
directory. If they have set up the web server correctly it should be
found.

Ken

Hats
"Ken Robinson" <[Email Removed]> wrote in message
news:[Email Removed]...
QUOTE


Hats wrote:
your own. Also says that it requires that default
file be index.html, so for php, I'm gonna have to
use a refresh fwd meta tag, I must assume.
Any comments welcome.
hatz

Try putting your main page at index.php with no index.html in the
directory. If they have set up the web server correctly it should be
found.

Ken


Ken,
Thanks, and it was found.
hatz


>

countach
En las nuevas, el Caesar escribi:
QUOTE

Need other options.  I'm paid up for 3 years!!!!!
thanks,
m

I remember that Site5.com pays for you remaining years...


PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2006 Invision Power Services, Inc.