Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Visual PHP editor... PHP?
I need something that I can make database, like excel were I can see all the tables contents, then can upload it to my web server and with a login field, show specific information from the cells (so I could call from column A, the line number would be based on the login information being correct) on a web page.
4 Answers
- Jeff PLv 77 years ago
I'm not quite understanding what you're asking. Are you looking for an IDE for PHP development or are you wanting a GUI for a database? If you want a decent PHP IDE, look at Netbeans for PHP. It's free and also supports databases. If you have the money, buy PHPStorm--it starts at $100 though.
For managing the database (assuming you're using MySQL), you could always use MySQL Workbench. It's free. If you have the money, I would recommend SQLyog--it starts at $100.
But, keep in mind none of these will actually create any PHP code--you'll have to develop your code manually.
Source(s): PHP: https://netbeans.org/features/php/ http://www.jetbrains.com/phpstorm/ MySQL: http://www.mysql.com/products/workbench/ https://www.webyog.com/product/sqlyog - 7 years ago
Here is what you want: http://www.wampserver.com/en/
it comes with phpmyadmin, this is exactly what you are looking for
- Anonymous7 years ago
Ehm..
I found a free download of PHPmyadmin here http://bit.ly/1no4QoF
It's a good free solution.
Have a nice day