- 1
Php
If am to use php short hand, what the file extension.
3 Answers
+ 2
This extension:
https://code.sololearn.com/wbbZ17jMORq6/?ref=app
+ 1
usual php script file extension is '.php', but depending on server configuration running php interpreter, could be anything else (including specific extension to target specific php versions): you should refer to your php interpreter / server documentation to know wich is the one(s) you should use (basically, if not unusual configurtion, '.php' should work and run the default php version interpreter bundled with your server).
0
.php