Questions tagged [web-development-server]

Use this tag for questions related to a Web-development Server, i.e. the backend/server side of a web application, when it comes to its development.

can be used in several situations, so please use one or more additional tags to better describe your case.

1473 questions
-3
votes
2 answers

Can I use Python instead of javascript?

I want to ask if I can use Python instead of Javascript I am interested in Python and I am a beginner-level web developer I think maybe it is possible?
-3
votes
1 answer

why wont my else if statement work? (the if and else work, but not the if else statement even though condition is met)

I cannot get the if else statement to work, the if statement and the else statement works, I test the if else statement with an input of 115, it doesnt work, but if i put 135 the if statement works as it should. I need help to fix the if else…
-3
votes
2 answers

Why am I receiving a "Request method 'POST' not supported" ? I get error code 405 on postman

Postman error Controller: @RestController @RequestMapping("/student_enrollment/class_subject") public class ClassController { private ClassService classService; public ClassController(ClassService classService) { super(); this.classService =…
-3
votes
2 answers

How can I fix the all data or how can I save the data with my theme?

Help, please. As a beginner theme developer, I have a question. Suppose, I have a theme that is developed by me. Now the question is, I have created menus, posts, pages, etc. When I install the theme (Only) on another WordPress then all data have…
-3
votes
1 answer

Can any one answer this?

connecting python program with HTML. when I click the HTML button I need output from that python program to display in the front end. please guide me in how to solve this problem. I need to connect that python program to my web application how to do…
-3
votes
2 answers

Local host :3000 (React JS) can't be reached

Just started working in React JS ... I made changes in App.js file after which whenever I try to run the local host:3000 (React JS local server) ... It is showing it can't be reached
-3
votes
2 answers

Why does Flask stop taking input for a dynamic url as soon as it reaches a '?'?

I'm trying to build a web application that takes in as arguments, the youtube watch ID or something, for example: 'watch?v=[something random here]'. Whenever I try to get this as a variable using the < > signs, in the @app.route decorator, the…
Siddnikh
  • 3
  • 1
-3
votes
1 answer

Generate Dynamic web pages in java servlet

I'm building a website based on HTML, CSS & JS front-end and JAVA servlet Back-end. The problem I am facing is that while sending a web page as a response to some request from the client, that web page is not completely static. I need to modify some…
-3
votes
1 answer

Drop-down menu, redirect dynamically to a link based on choice. When submit button is pressed

The change required in home page search form: For example, if I search for an investment advisor in Bengaluru, right now it shows the URL: https://finvizer.com/?swoof=1&post_type=product&product_cat=investment-advisor-bengaluru This need to change…
batsyk
  • 1
  • 3
-3
votes
1 answer

Why Jquery-ui autocomplete is not working in codeigniter?

I am building a blog application. I have a search box which will suggest the categories as user types. So I use jquery-ui autocomplete. But not sure why its not working. I am new to it and spend a whole day. please help. Here is my…
-3
votes
2 answers

How do I create and integrate a backend to a finished angular frontend?

I've been studying Front-end with Angular 4 for some time, and I have built a single page application with it, the app is a just a form for now, and now I need to create a backend for it, and I have been having a really rough time understanding it,…
-3
votes
1 answer

What is wrong with the query's syntax?

Here is the text of my query that has a syntax error. select cc, sum(a.hours),b.labcost from labour a,othshop b where lab_cd='hs' and a.mon=03 and a.yr=2010 group by a.cc HAVING a.cc=b.occ AND b.mon=03 and b.yr=2010; All the tables exist. What is…
-3
votes
1 answer

There is a parse error in PHP

The Error shown in Browser is: Parse error: parse error in /Library/WebServer/Documents/portal/page4.php on line 19
-3
votes
1 answer

Where does an app / website hold its data?

For a small start-up mobile app/website what options are there for storing its data? I.e. Physical server or cloud hosted data base such as azure. Any other options or insight would be helpful thank you! Edit: For some background I'm looking at…
1 2 3
97
98