Is it recommended to use the standard file extension (.php) for PHP scripts instead of .php4?

It is recommended to use the standard file extension (.php) for PHP scripts instead of .php4 to ensure compatibility with newer versions of PHP and web servers. Using the standard extension also helps maintain consistency and clarity in your project.

// Use the standard file extension (.php) for PHP scripts
// Example: script.php