PDA

View Full Version : PHP version?



Katy
07-17-2006, 04:07 AM
How do I know what PHP version I'm using? Please, help!

gcypher
07-17-2006, 04:49 AM
make a php file with this content

<? phpinfo() ?>

and it will show you all kinds of info.