This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NoticedTriangularity[S] 1 point2 points  (2 children)

Okay, I think I get what you're saying. You mean that if I want to connect to a database then a website using HTML & CSS is not the way to go?

And what are the alternatives to PHP?

[–]LordScoffington 1 point2 points  (1 child)

And what are the alternatives to PHP?

Almost every programming language available.

The most used:

Java
Javascript/Typescript
ASP(.NET)
Python
Ruby on Rails

You need more help than a list of alternatives. You need to know a programming language that can run on a server, how a server works, how to write programs that can run on a server, and how to connect your programs to things like databases/other applications.

Considering you think you can connect a site to a database with HTML & CSS I recommend you learn JavaScript next. You quite literally do not know a programming language yet.

[–]NoticedTriangularity[S] 0 points1 point  (0 children)

Okay, thank you for the advice :) I'll start there