How | Where to get started on working backend web development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How | Where to get started on working backend web development

- decent at front end - I know a little bit of PHP and SQL - I have a web host (which comes with PHP already installed. So no need to install stuff). I just want to be able to write a code in the backend that displays “hello world” on the client side. But I just don’t know where to start. I have watched a few videos on how to create tables, that’s about all I know so far. — • • — any videos, articles, that talks about this would help.

26th Mar 2021, 3:00 AM
Ginfio
Ginfio - avatar
3 Answers
+ 1
Have you tried to write that simple "Hello world" code? if you have, then simply upload it to your host, into your preferred folder (I guess you know how), then just access the page from browser. If there's any problem, you may see it in the browser, otherwise, you'll see the output 👍
26th Mar 2021, 3:17 AM
Ipang
+ 1
Ipang no. i haven’t tried that. i should probably start there. —. what about how to do the reverse? - have a simple input on the browser. and save the input value that user puts in the input on a data base. any articles, videos_ related to this?
26th Mar 2021, 3:28 AM
Ginfio
Ginfio - avatar
+ 1
Ginfio I'm not sure what to suggest. But I think you'll easily find many tutorials out there to get started. Can't recommend a Youtube channel either cause I'm not much a visual learner (by videos)
26th Mar 2021, 4:08 AM
Ipang