Back End Programming

PandaDomo

Senior Member
Joined
Apr 30, 2012
Messages
1,115
Reaction score
454
I'm not quite sure which area of the forums this belongs in, but does anyone know where I can purchase source code for creating databases? I need to be able to create user logins and then develop an admin panel to track emails and eCommerce stuff, but the login part is fucking me pretty hard right now.

To clarify, this is what we need:

A database to store user information
How to add information fields like users email or phone number
Make the backend communicate between the database and HTML code
Display the obtained information on the HTML code

My team mostly only does front-end stuff, so this back-end piece is going to be way too time consuming to learn.

Anyway, just to reiterate, does ThemeForest sell this or as well or no?
 
Last edited:
Excuse me, what's the difference between back end and front end in terms of programming? I do not see any.
 
Excuse me, what's the difference between back end and front end in terms of programming? I do not see any.

Backend is the core logic and computational part of the website that users don't actually see. For example, the front-end of Google is a simple search field with radio buttons. Anyone could do this with 2 hours of HTML learning or even just a cheat sheet. The backend of Google is a complex algorithm that makes all of our lives difficult. Certainly, there are many developers who span the entire gap but many specialize in either one or the other.

If you really have no idea how to judge the quality of someone's work (not being a backend developer yourself), I'd recommend hiring someone with good metrics on Upwork unless you can get a personal recommendation from someone you trust here.
 
I'm not quite sure which area of the forums this belongs in, but does anyone know where I can purchase source code for creating databases? I need to be able to create user logins and then develop an admin panel to track emails and eCommerce stuff, but the login part is fucking me pretty hard right now.

To clarify, this is what we need:

A database to store user information
How to add information fields like users email or phone number
Make the backend communicate between the database and HTML code
Display the obtained information on the HTML code

My team mostly only does front-end stuff, so this back-end piece is going to be way too time consuming to learn.

Anyway, just to reiterate, does ThemeForest sell this or as well or no?


As a senior backend developer, i can do this project successfully, add me on the skype, mine is laplace124
 
I'm not quite sure which area of the forums this belongs in, but does anyone know where I can purchase source code for creating databases? I need to be able to create user logins and then develop an admin panel to track emails and eCommerce stuff, but the login part is fucking me pretty hard right now.

To clarify, this is what we need:

A database to store user information
How to add information fields like users email or phone number
Make the backend communicate between the database and HTML code
Display the obtained information on the HTML code

My team mostly only does front-end stuff, so this back-end piece is going to be way too time consuming to learn.

Anyway, just to reiterate, does ThemeForest sell this or as well or no?

You got this really wrong mate.

You cant buy those stuffs off anywhere. Almost any hosting you purchase has these things there. I mean, the database server is there already. You would need to make a database in it, create tables, use a programming language to speak with the database,to and fro, and deliver the results back to the front end.

You will need a programming language layer in between HTML and DATABASE. It can be PHP,Python,Node or pretty much any,that does its job. Web developers do this. And yes, I am a web dev.

Not sure how big your project is, but I guess you really need a programmer in there to get it sorted out. You can PM me, or get to me on skype. (repulsorbhw)

So, this is not something you can buy from Themeforest.

Cheers mate!
 
Back
Top