I know there's a test script out there somewhere, where do I get it. I put php version test in a search engine and it comes up with peoples test pages, but where do I get one from? example of what I'm talking about. http://www.alliancecredit.com/pages/test.php3
I am not sure I quite understood your problem, but if you mean how to see your php info, then just create a php document and put only this function in it
like:
<? phpinfo() ?>
Create a file, call it whatever you want and insert the following:
<?php phpinfo(); ?>
That will get you the PHP Info page
Slick
thank you both very much....