Jump to content

m.s_shohan

Recommended Posts

Hi, I thank all of you in this forum because whenever I don't understand anything you people help me.

 

Now I want to know something more. I know HTML, CSS, JavaScript and jQuery. Now I have started building an e-commerce shopping website. But I don't know how I will manage the data on this site, how I will request data from server,keep the recordings of the sales and products. Is there any way, I can complete my website with just javascript scripting language. Please have some dynamic suggestion for me. Thank you in advance.

Edited by m.s_shohan
Link to comment
Share on other sites

Hello Mr.Shohan .

The Problem Is That JavaScript Is A Client-Side Scripting Language,And Can't Does Actions On The Server (ex. Create A File).

You Seems A Little Confused About Server-Side Scripting Languages,But The Bad News Is You Still Need To Learn A Server-Side Language In Order To Control Databases And Create Files On The Server (Or Whatever You Want).

My Suggestion To You Is To Learn PHP,Because PHP Is Easy To Learn And Powerful Server-Side Language.

Link to comment
Share on other sites

There is no way to save dynamic data on a server without using server-side languages, however it remains a question whether you need to write this code yourself or whether you can use code written by others, such as using a CMS like WordPress.

 

If you write your own code you need to be aware that great care is required to avoid security vulnerabilities. See...

 

https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...