Tuesday, November 09, 2004

PHP Version

All the code snippets in this blog have been tested with PHP Version 4.3.8.

Now how do you know which version you are running?

Simple ...

Run this line in your code:

<?php

phpinfo();

?>

0 Comments:

Post a Comment

<< Home