It's really an SEO problem, and has to do with the "community." I just wanted to know three things about PHP to get my Joomla 1.5 on (why do I think that Joomla is going to a be another nightmare of the same type?):
- How to get the version information of a PHP engine (like from a hosting account at GoDaddy)
- How to figure out the active extensions loaded in PHP
- How to restart PHP running on IIS
php version information - brings up a bunch of irrelevant stuff to the problem (and to any problem, if you think about it)

asp.net version information - the first answer up is the one we're looking for. How? Because people look at and link to the answers to basic questions. With PHP I think they all just "know."

Anyway, after much fussing about and googling and regoogling, here is the file I ended up with
<?php
phpinfo();
?>
<h2>
Loaded Extensions
</h2>
<pre>
<?php
print_r(get_loaded_extensions());
?>
</pre>
www.DVDs4theSAT.com | |
SAT prep you can rewind |
No comments:
Post a Comment