You can test a PHP setup by saving the shown code, into a file called test.php, then uploading it into the web server’s root folder.
Enter http://yourserversIPaddress/test.php into the browser’s address bar, this will display information regarding the setup.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<html> <head> <title> PHP Test Script </title> </head> <body> <?php phpinfo( ); ?> </body> </html> |
Using RMAN for...
12 March 2019