Help - Search - Members - Calendar
Full Version: Does anybody know of any website hosts that...
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
theerinkal
I would like to know if anybody knows about any sites that
have free hosting and use PHP to edit their sites.

I host my domain now at freewebs (link to my site below)
and it is exhausting having to go through each folder then to each coding just to put a layout code up.

So I would like to host my domain there for a year but edit it at a different site.
I am thinking about 000webhost.com but I don't know if that is better than a PHP host.

I will go back to a subdomain host if I have to.
I hate freewebs. I don't know what I was thinking.
nikx618
t35.com
000webhost.com

check here for ratings
http://www.free-webhosts.com/user_reviews.php
theerinkal
QUOTE(nikx618 @ Aug 31 2008, 10:22 PM) *
t35.com
000webhost.com

check here for ratings
http://www.free-webhosts.com/user_reviews.php


Thanks I have the perfect place!! But I would still love to hear what's out there.
fixtatik
i replied to your other thread saying you can use PHP on freewebs. you just need to do it differently.

instead of using:
CODE
<?php
  PHP CODE
?>

you use:
CODE
<script language="php">
  PHP CODE
</script>
theerinkal
QUOTE(fixtatik @ Aug 31 2008, 11:27 PM) *
i replied to your other thread saying you can use PHP on freewebs. you just need to do it differently.

instead of using:
CODE
<?php
   PHP CODE
?>

you use:
CODE
<script language="php">
   PHP CODE
</script>


will it show up on every page? (if you wanted the php code to be a layout)
fixtatik
it works the same way as if you were using traditional PHP coding. it looks like javascript, but when you use <script language="php"></script> it doesn't show up to your users.
theerinkal
QUOTE(fixtatik @ Aug 31 2008, 11:37 PM) *
it works the same way as if you were using traditional PHP coding. it looks like javascript, but when you use <script language="php"></script> it doesn't show up to your users.


so if I did that with only a code will I be able to add text just by adding pages and using < h4 > and things like that.

What I am trying to ask is if I did that for a code.htm page would that code show up on my index.html page?

------------------------------------------

I just tried it and It isn't showing the bottom of my layout.

I will keep it like that so you guys/gals can help me.
fixtatik
actually, i think i'm taking back what i said. sorry =/
it may have been their old servers that had PHP installed on them, but they removed it.
theerinkal
^^ that's ok
manny-the-dino
Topic Closed, and Moved to Resolved Topics. Please PM a moderator if you would like this reopened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.