How to Benchmark PHP Framework
While the hypertext markup language (HTML) provides the basic programming capabilities for static content on the Web, other programming languages are needed for dynamic content. PHP, a dynamic Web-based programming language, can be installed to Web servers for MySQL integration. PHP acts differently depending on the operating system setup and other modules installed. Create a PHP benchmark file to display the properties of the Web server, along with the PHP configurations.
Instructions
-
-
1
Open Notepad to create a Web script.
-
2
Type the following into a new Notepad file:
<?php
phpinfo();
?> -
-
3
Click "File" and "Save As." Click the file type drop-down menu and click "All files." In the "File name:" text box, type "benchmark.php" and save the file to your desktop.
-
4
Upload the benchmark.php file to your Web server, using your preferred FTP or browser-based transfer tool. This process will differ depending on the type of Web server and host you are using.
-
1