I used the code below to check if I have installed the correct php version (which is also from the guy above, bandwidth, #2018066):
<?php
print_r($_post);
?>
<?php
echo phpinfo();
?>
But often got the error of "无法显示该页". The correct information seldom came out.....(like gambling)....why this?
I use DzSoft PHP editor 2.0 and set the options like:
Use external HTTP server installed on this computer
host name: localhost
root directory: C:\Program Files\Apache Group\Apache2\htdocs
Must php files run in editors? Is there anything wrong with my editor configuration?
<?php
print_r($_post);
?>
<?php
echo phpinfo();
?>
But often got the error of "无法显示该页". The correct information seldom came out.....(like gambling)....why this?
I use DzSoft PHP editor 2.0 and set the options like:
Use external HTTP server installed on this computer
host name: localhost
root directory: C:\Program Files\Apache Group\Apache2\htdocs
Must php files run in editors? Is there anything wrong with my editor configuration?