
phpmyadmin is not working after I made the changes I needed to - to get curl extension, to get PS3 to work, which was:
- download php5.3.1
- remove the semicolon from in front of all of this code: extension=php_curl.dll (in various php.ini docs)
- checked the PHP curl extension in the WAMPSERVER 2.0
Does anyone have any idea why this would stop phpadmin from working. mysql is still working because I can work with it in Workbench.
I can't log into the server at the PS3 site (even though I;m entering the exact information that is contained in the doc in the connection folder)
And now I can't even work with my original site.

On WAMPSERVER engine, usually running at the taskbar, left click>PHP>PHP Extension. Look at the topand you are going to see php_curl. Make sure it is checked. If not, click on it and restart WAMPSERVER and it will be installed and this is not going to stop phpadmin. That is how I fixed mine.