PHP Help |
PHP Help |
Aug 24 2008, 03:13 PM
Post
#1
|
|
|
Irrisistable Cabbages. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 549 Joined: Nov 2007 Member No: 589,355 |
Is there any way of hosting a site on freewebs.com and having PHP files at the same time?
My Friend and I are discussing it and we don't know. Please Help. My site, if you want to check it out (I'm working on the layout), is sugar-blossom.net. I paid freewebs for a year so I would like to stay there if I can. But my friend told me that PHP is easier than using HTML, CSS and Javascript. |
|
|
|
![]() |
Aug 25 2008, 11:39 AM
Post
#2
|
|
![]() Live long and prosper. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 10,142 Joined: Apr 2007 Member No: 514,926 |
CSS > HTML any day. It's just so much easier. So boo to the people that selected HTML and not CSS. :P
|
|
|
|
Aug 30 2008, 12:54 PM
Post
#3
|
|
|
Irrisistable Cabbages. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 549 Joined: Nov 2007 Member No: 589,355 |
CSS > HTML any day. It's just so much easier. So boo to the people that selected HTML and not CSS. :P I really don't know the difference. So I would think that I would say HTML is what I use but it could be CSS. --------------------------- I'm going to keep my site at freewebs but thanks for the help!! <3 |
|
|
|
Aug 30 2008, 02:24 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
I really don't know the difference. So I would think that I would say HTML is what I use but it could be CSS. CSS is dependent on HTML to work, since CSS is just coding to style the HTML. PHP & javascript are also part of HTML, but in a different sense. PHP does things on the back end of the server (it's code that's processed before the page displays, so you can't actually see it). javascript is similar, but shows up in the code. what you should be using depends on what you want to do. if you want to host a blog on your website, then you'll usually have to use PHP. and actually, being on freewebs, you still can use PHP, just in a different way. say you wanted to install cutenews on your freewebs account (you can't use the better developed ones, like wordpress or fanupdate, because those require mysql databases). when installing cutenews, you're given a code like this to put on your site: CODE <?php include('path/to/show_news.php'); ?> to make it work on freewebs, you'd form the code like this: CODE <script language="php">
include('path/to/show_news.php'); </script> |
|
|
|
theerinkal PHP Help Aug 24 2008, 03:13 PM
schizo PHP is easier, but I thought I heard you can't... Aug 24 2008, 03:35 PM
theerinkal QUOTE(schizo @ Aug 24 2008, 03:35 PM) PHP... Aug 24 2008, 03:41 PM
schizo Please please please refrain from double posting. ... Aug 24 2008, 05:33 PM
theerinkal QUOTEif you just want to redirect the traffic to t... Aug 24 2008, 06:43 PM
schizo Umm, not really. If you bought the domain name on ... Aug 24 2008, 06:47 PM
theerinkal QUOTE(schizo @ Aug 24 2008, 06:47 PM) Umm... Aug 24 2008, 06:55 PM
schizo So do you have webspace or an account on 000webhos... Aug 24 2008, 07:01 PM
theerinkal QUOTE(schizo @ Aug 24 2008, 07:01 PM) So ... Aug 24 2008, 07:04 PM
only-tuesdays If you already paid for hosting on freewebs why mo... Aug 24 2008, 07:39 PM
meloco32 ok I think I know what your trying to do now. this... Aug 24 2008, 09:24 PM
theerinkal ok i understand it better.....but not completly. Aug 31 2008, 01:03 PM
shannlovin i wubb HTML! Jan 29 2009, 06:35 PM
JosephCohen123 Feewebs doesnt support php. Jan 29 2009, 06:55 PM
Mikeplyts QUOTE(JosephCohen123 @ Jan 29 2009, 06:55... Jan 29 2009, 08:26 PM
JosephCohen123 Well it can have a php extension but still not sup... Jan 30 2009, 01:18 AM
Mikeplyts QUOTE(JosephCohen123 @ Jan 30 2009, 01:18... Jan 30 2009, 04:19 PM
theerinkal QUOTE(Mikeplyts @ Jan 30 2009, 04:19 PM) ... Apr 20 2009, 07:23 PM
Mikeplyts QUOTE(theerinkal @ Apr 20 2009, 08:23 PM)... Apr 20 2009, 07:47 PM
theerinkal QUOTE(Mikeplyts @ Apr 20 2009, 07:47 PM) ... Apr 20 2009, 08:24 PM
jcp Html is the highest?
What the heck.
I couldnt just... Apr 20 2009, 09:58 PM
theerinkal QUOTE(jcp @ Apr 20 2009, 09:58 PM) Html i... Apr 20 2009, 10:24 PM
fixtatik QUOTE(jcp @ Apr 20 2009, 10:58 PM) Also p... Apr 21 2009, 01:51 AM
mipadi QUOTE(fixtatik @ Apr 21 2009, 02:51 AM) i... May 21 2009, 10:07 AM![]() ![]() |