+ 1
what are tools or software need to create website using php and connect with sql???
I have one website and sql file but I don't know how to view or edit the php and which software will be used for edit
1 Odpowiedź
0
I don't know much about PHP and if there is an IDE for PHP but you can can simply use a code editor like sublime text to edit the code. It also supports HTML. For SQL there are multiple databases available such as Oracle, MySQL, etc. You can use any of these. These two are the most popular SQL databases available in the market. PHPMyAdmin is also a popular choice.