0
How to create a server
I want to know how to create a server nd link my html form page to my phpmyadmin
3 Antworten
+ 1
You can use WAMPP (for Windows OS), LAMPP (for Linux), or XAMPP (Windows and Linux).
But I strongly recomended XAMPP.
After install it, don't forget to start Apache Module (for running php script), and also MySQL Module (for running MySQL Database)
If you only want to view HTML (not php), you don't need to install server.
0
download one like XAMPP, it has apache server included.
0
I ave downloaded xampp already