May 2003
Intermediate to advanced
592 pages
14h 28m
English
To finish up the appendix, I’ll create two quick PHP scripts for the sake of testing the installations. In all likelihood, if an error occurred during one of the processes, you would already know it by now. But these steps will allow you to perform tests on your (or any other server) before getting into complicated PHP programming.
1. | Create the following PHP document in a text editor (Script A.1).
<?php phpinfo(); ?> |
2. | Save the file as phpinfo.php, upload to your server, and test in your Web browser (Figure A.29).
Figure A.29. The information ... |
Read now
Unlock full access