如何测试托管"Php" [英] How to test hosting "Php"

查看:76
本文介绍了如何测试托管"Php"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我是使用php的新手
我需要使用php
制作一个用于测试托管的页面 像这样的 http://ms-okaz.com/dimtest.php

谢谢

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

推荐答案

您称其为测试"吗? :-)好吧,实际上,做这样的事情是必须的.请执行以下操作:部署此脚本:
You call it "testing"? :-) Well, doing something like this is a must, practically. Do the following: deploy this script:
<?php
    phpinfo(); //that's all you need :-)
?>


并查看从客户端加载此页面时发生的情况.

请参阅: http://php.net/manual/en/function.phpinfo.php [ ^ ].

由于您对所有这些都非常了解(这完全是正常的),因此我不确定是否已经是时候使用一些外部Web托管了.我建议您可以学习一些东西,甚至可以在本地进行开发.您可以在本地安装Apache,PHP(以及您可能需要的其他Apache模块),然后在本地计算机上完成所有工作.同样,如果您有企业内部网络(Intranet),也可以使用.

—SA


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


这篇关于如何测试托管"Php"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆