I was working on a local site with localhost (WAMP). Everything was working fine until I disturbed my "php.ini" file. I wanted to upload files (Images) of above 2MB so I google it and found so many solutions one of them was to write some code at the end of "php.ini" file. So I followed the required steps and added the code.
During this process, I accidentally deleted all the code of "php.ini" file and I closed the code editor (cant undo my changes). Now my local site has all the required data but when I open it up there is only a blank screen visible.
Help me out. I have loads of work pending.