Jump to content

I got xampp running with SQL and Apache. It works, but I don't know how to implement it,

 

I can make websites with html, and am plenty famillier with that but...

 

I wan't to be to enter data into the website and have it stay there. Simply a number. Under "US" I wan't to enter the number 100, then have that number be "Posted" there until I change it. Like become part of the website.

 

Don't care about "Security" Just need a basic way of storing and displaying info.

Computers r fun

Link to comment
https://linustechtips.com/topic/721860-how-does-one-web-server/
Share on other sites

Link to post
Share on other sites

1 hour ago, CrunchyBadger said:

Could you please be a bit more clear and maybe upload screenshots.

 

1 hour ago, jldjul said:

Is it about learning PHP or Javascript (or another web programming language) to add interactions between your SQL database and your HTML website?

I wan't to create a website that can store and display information. I have an SQL server. How could I use Java Script to display information in an SQL database?

Computers r fun

Link to comment
https://linustechtips.com/topic/721860-how-does-one-web-server/#findComment-9189263
Share on other sites

Link to post
Share on other sites

1 minute ago, CrunchyBadger said:

As far as i know you cannot use JavaScript and will insteed need a PHP server.

My apache server acts as one. I have used PHP in the past, but just code snippets. I don't know anything about language, off to edumacations.

Computers r fun

Link to comment
https://linustechtips.com/topic/721860-how-does-one-web-server/#findComment-9189279
Share on other sites

Link to post
Share on other sites

On 12/01/2017 at 5:11 PM, CrunchyBadger said:

As far as i know you cannot use JavaScript and will insteed need a PHP server.

Javascript variants (eg Node.js...) can act as a client-server language, more powerful than PHP7 these days. But I do not recommand this for a beginner as PHP is really easier to learn.

 

You can find tutorials to learn PHP, it's not that complicated as it integrates very well into HTML. Maybe this will help, otherwise search Google for a "how to make a website in PHP" A to Z tutorial.

[Insert smart comment here]

Link to comment
https://linustechtips.com/topic/721860-how-does-one-web-server/#findComment-9205179
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×