+ 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
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
+ 3
Post your code please :)
+ 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!