tnan Posted December 18, 2006 Share Posted December 18, 2006 is there a simple way to see if my computer running on IIS 5 is recognizing my php 5?(I need to troubleshoot my problem with my PHP trying to see why its not working) Quote Link to comment Share on other sites More sharing options...
trq Posted December 18, 2006 Share Posted December 18, 2006 Use this as a test script.[code]<?php phpinfo();?>[/code] Quote Link to comment Share on other sites More sharing options...
tnan Posted December 18, 2006 Author Share Posted December 18, 2006 unfortunately by entering that script, my borwser tries to load it but nothing happens...the problem is, I don't know if theres a problem with my IIS 5 configuration or my php configuration (php.ini).....I configured everything 100's of times trying to troubleshoot the problem but no luck.Is there a way to see if my php is the problem, and is there a way to see if the problem lies with my IIS? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.