caotic Posted April 5, 2006 Share Posted April 5, 2006 Hi, i have been using Wampps and lampps bundles (apachefriends xampp) to do my php coding. I decide that i have to stop using presets in order to make serios development. I installed apache, php, mysql and manage to make them work together. The only problem is that whenever I have an error mysql or php related, the browser only shows up the autside <?php ?> code. I kinda need to know what's going on in order to debug some apps. If anybody can tell me what is the problem thanks a bunch for any response or atention to this topicNever mind this post I cheked my backup of my old server and found the php configurations i neded in the php.ini file I just edit this settings in my former php.ini file [code]error_reporting = E_ALL & ~E_NOTICE & ~E_STRICTdisplay_errors = Ondisplay_startup_errors = Offignore_repeated_errors = Offignore_repeated_source = Off[/code]thanks anyway 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.