Query:
Is there any way to check if my webspace service provider supports PHP scripting. Right now I have the website on plain HTML.
Other than asking the service provider is there any other way to check out….????
My website is hosted on Earthlink. They provide free 2MB webspace to its customers.
Our Answer: From your webspace free query above, why not try Hostgator for almost nothing ($0.01).
Hostgator for Almost Free
If you are looking for a free hosting to learn create website online, then Hostgator is what you are looking for. Their shared plan comes with unlimited bandwidth, no limit on webspace, unlimited domain hosting, more than 4500 website templates and much more.
Hostgator Special Discounts
Hostgator lets us display an exclusive coupon to our visitors. Check out the Hostgator coupon codes below. You can verify the quality of service by HG with the 1 Cent Coupon below.
The exclusive offers above is expiring soon so hurry before it is too late.
Neeraj yadav
iF they have Linux based server then yeah they will definetly support phpscripting.
Else they support asp/asp.net at windows Nt server.
I disagree with above post….well if they have windowsNt & some of IIS doesnt mean that it cant do phpscripting above codes will yet give result but there’s question of better prospects.
that is ……Linux supports it well
better do research on earthlink and you can always call them up to get the correct n accurate information.
hope this helps
Cheers:)
J P
The easiest way would be to create a new file on your server, test.php for example, and put this script in it:
<?php
echo("Hello World");
?>
Then navigate to the page in your browser. If you see Hello World, you have access to PHP. Good Luck 🙂
Colinc
Either ask them, or include a php script in your documents folder and try to access it. A good test is :
<?php
echo "This is My Test Page";
?>
Write the above page. Call it test.php, then go to :
http://www.your.domain/test.php