leeloo Posted November 29, 2007 Share Posted November 29, 2007 Hello All!! I'm kind of new on PHP stuff but I would like to know more about this. So, this is the deal: I have a virtual machine with windows XP professional, SP2, IIS installed and I'm also trying to install PHP 5.2.5. The main goal is to put PHP working with MYSQL.....but I'm having trouble just to put PHP working. I have Installed PHP 5.2.5 manually and with the wizard.....and I can't make it work anyway. I made the phpinfo script to try it and nothing appears when i try to open it on browser......it only displays a whith page with the code line inside "<?phpinfo();?>". Now, can anyone tell me what's going on?? How can I fix this?? Quote Link to comment Share on other sites More sharing options...
trq Posted November 29, 2007 Share Posted November 29, 2007 I would suggest you install XAMPP or something simular unless you really want to learn about how php / apache and mysql are installed / work together. Even then, I would suggest you do so on Linux. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 30, 2007 Share Posted November 30, 2007 If you used the installer with IIS then it should work. Also the code you put in your test php file should be: <?php phpinfo(); ?> Short open tags(<? or <?=) will not work "out of the box". You have to configure the php.ini in order for short open tags to work. 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.