1。我成功安装了php,我在php页内写《? print("test"); 》可以看出结果
但是我打echo phpinfo(); 就什么东西都不出来,这是怎么回事啊?echo phpinfo(); 不是这样写,是这样写的
<?php
   phpinfo(); 
?>

解决方案 »

  1.   

    2。我装了phpmyadmin,但是进去后最下面出了红的感叹号,说:“没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.” 英文“The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.“
    请问如何解决?会不会有大麻烦?问题不大,好象没有什么关系!
      

  2.   

    是字符集打开了。
    把php.ini中的
    extesion中的mbstring去掉应该就行了。
    要不就是你的php版本可能有问题。重新装下试试。
      

  3.   

    给你个图文并茂,经典非常的教程!http://www.openphp.cn/index.php?module=article&id=75