how to tell which version of php a site is running code example Example 1: php get version echo PHP_VERSION; Example 2: how to cheeck php <?phpphpinfo(); ?>