I want to use PHP with a server that i’ve coded my self. (Not Apache etc) I guess I have to send the http request and some additional data from my server to php, but I dont know how to make that connection and how to format that message. I know I can run scripts with php.exe, the problem is
Tag: server-side
How do web servers work for website viewers without even installing it?
I am really new to server-side programming, so this question might be easy for you. Let us say that I have a web-server installed on my computer. When I publish my website, it would come to the internet. I have XAMPP installed, which includes everything required. Now, most of the people who visit my website would not have a server/PHP/MySQL
Datatables + PHP: Server-Side Processing on Multiple Tables
How can I get Datatables Server-Side Processing script to work with a custom query? I need to select columns from multiple tables and have Datatables render them. Datatables.net’s Server-Side Processing (SSP) with PHP is summarized here: https://datatables.net/examples/server_side/simple.html I found this SO question, but the original poster never provided his solution. I don’t have sufficient reputation to ask him to provide