thepip3r Posted December 17, 2009 Share Posted December 17, 2009 i have a page that collects a supplied file, uploads it, and processes it. this works fine on my hosted web server. i'm trying to move this page/site locally, so i installed php 5.3.1 on win2k3/iis6 and while my phpinfo() works fine indcating that its' set up and running correctly, when I run my site/page it was built for, the initial page loads with no errors but much (but not all) of my PHP code is written to the page. any thoughts? Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted December 17, 2009 Share Posted December 17, 2009 much (but not all) of my PHP code is written to the page Change all the short open tags <? and <?= in your code to full opening tags <?php and <?php echo 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.