Quote:
jkkl
sono in un file unico...
utilizzo altervista....quindi non so che versione di php utilizza...
|
Puoi usare:
Codice PHP:
<?php
// prints e.g. 'Current PHP version: 4.1.1'
echo 'Current PHP version: ' . phpversion();
// prints e.g. '2.0' or nothing if the extension isn't enabled
echo phpversion('tidy');
?>