Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

i'm a beginner in using php
i need to make a page for test hosting by using php
something like this http://ms-okaz.com/dimtest.php

Thanks
Posted
Updated 23-Aug-12 4:52am
v2

1 solution

You call it "testing"? :-) Well, doing something like this is a must, practically. Do the following: deploy this script:
PHP
<?php
    phpinfo(); //that's all you need :-)
?>

and see what happens when you load this page from the client side.

Please see: http://php.net/manual/en/function.phpinfo.php[^].

As you are so fresh to all this (which is perfectly normal), I'm not sure it's already a time to work with some outside hosting on the Web. I would suggest you can learn things and even develop everything locally. You can install Apache, PHP (and other Apache module you may need) locally and do all the work on your local computer. Likewise, you could use your corporate internal network (Intranet), if you have one.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900