HomePHP write a php script to print current php version Vikram somai September 18, 2021 0 Comments Facebook Twitter write a php script to print current php version To check php version using php script you need to use php predefined function phpversion() code:-<?phpecho 'Current PHP version : ' . phpversion();?>output:-Current PHP version : 8.0 Tags PHP Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!