PHP is running

PHP works.

Your server is executing PHP correctly. Here's what it reported back in real time.

PHP Version
8.5.8
Server Time
July 10, 2026 — 7:02 AM
Host
yendeskco.com
Protocol
HTTPS
Server Software
Apache
Code that generated this page
<?php
  $time = date("F j, Y — g:i A");
  $php  = phpversion();
  echo "Server: $time | PHP $php";
?>