I don't have problems with the front end stuff but it is the server side script that kills me, somebody should please help me ou | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I don't have problems with the front end stuff but it is the server side script that kills me, somebody should please help me ou

28th Mar 2018, 6:58 PM
Cele Prince
Cele Prince - avatar
3 Answers
+ 5
Server-Side Script Basics Runs on a server, embedded in the site’s code Designed to interact with back-end permanent storage, like databases, and process information from the server to access the database—like a direct line from user to database Facilitates the transfer of data from server to browser, bringing pages to life in the browser, e.g., processing and then delivering a field that a user requests or submits in a form Runs on-call. When a webpage is “called up,” or when parts of pages are “posted back” to the server with AJAX, server-side scripts process and return data Powers functions in dynamic web applications, such as user validation, saving and retrieving data, and navigating between other pages Plays a big role in how a database is built from the ground up and managed afterwards—an example of how roles often overlap in all aspects of development Build application programming interfaces (APIs), which control what data and software a site shares with other apps and the popular programming language for that: PHP Python Ruby C# C++ Java Erlang for more information: https://www.upwork.com/hiring/development/server-side-scripting-back-end-web-development-technology/ https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Introduction https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps
28th Mar 2018, 7:01 PM
Baraa AB
Baraa AB - avatar
+ 3
Post your code please :)
28th Mar 2018, 6:58 PM
Ole113
Ole113 - avatar
+ 1
Server side stuff is fun. :D I find the front-end stuff to be a lot more tedious. What type of problems are you running in to? Also, what are you using for the back-end? (php, NodeJS, etc...) We'll be more than happy to help you out if you provide us with some specifications, an exact problem, and possibly your code that you're having trouble with. Best of luck!
28th Mar 2018, 7:17 PM
Fata1 Err0r
Fata1 Err0r - avatar