|
“Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@yourdomain and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ---------------------- Apache/1.3.22 Server at bitterhot.l4.bizcn.com Port 80”。
PHP 禁用的函数?
因为安全设置的原因, php 不支持如下的函数
phpinfo,popen,exec,passthru,system. 如果您在我们的虚拟主机上使用了这些函数, 将不会得到任何的返回结果。
如何使用mssql及access数据库?
使用SQL server7.0(中文版),可通过Internet使用enterprise manager的new sql server registration连接我们的服务器。(注:SQL Server ip地址请您在我们NT开通信中查实得到,用户名与密码与FTP的相同)。
请先在Client Network Ultility中修改General框页的Server Alias Configurations里的设置,用add命令增加一个TCP/IP的Network Lirbrarles,其中Server Alias和Computer Name的值均填您的IP地址。客户端SQL Server中的数据传送方法是采用enterprisemanager中的data import来实现客户端实验用数据库服务器数据到NT服务器数据库的数据的传送。 Access 数据库的使用比较简单,只要把数据库用FTP上传就可以了。 |