
Please look at the existing config file to get a better understanding of this. conf files per project which will store the virtual host configurations. In order to create new projects you will be creating new. Our working directory will be /var/www/html.
PHP WEB FORM BUILDER SQL SERVER INSTALL
Please ensure you install the php-mysql package as without it you will most likely get driver error. Then install php and we should be ready to go. Start off by installing Apache2.Īfterwards install mysql and go through the setup. If you have a different distribution then please use the appropriate package manager to install the tools necessary.
PHP WEB FORM BUILDER SQL SERVER HOW TO
We will be working in the I would recommend checking out this video if you still are not sure how to setup the wamp server. If you see a webpage then you are good to go. Once installed then please open your browser then go to 'localhost' without the quotation marks. Please ensure all of the Visual C++ packages from the readme.txt file have been installed before moving forward as this can cause a lot of headache later on. This will take a while as you will have to install a lot of packages. If you do not have a Linux environment setup, then I would recommend using virtual-box to setup a basic Linux VM and run Ubuntu on it.įirst in Windows, go ahead and install WAMP server from here. If you already have environment setup then move on to the coding block. I recommend using Linux as it is much simpler to get started.

We will go over two methods, Linux, and Windows. There are many other languages and databases that can be used for this purpose, however this tutorial will only cover PHP, MySQL database and Apache web server. We will have to setup the server before we can begin to code for the website. We will only be using POST, and PUT in this tutorial. DELETE requests server to remove a specified resource. PUT requests to modify a specified resource in the server. POST requests server to accept data (text/file) into the server. GET requests data (text/file) from the server. In this tutorial I will show you how to setup a web server, collect data and save into the server database.īefore we begin let's review a few HTTP methods. However, if you would like to get data from clients and save it into the server or allow clients to retrieve data from your server then you would need a dynamic webpage.

Static pages are great for showcasing your projects.
