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
1 answer

Setup central MySQL server for local environment

We have a group of developers and designers, we want to create a single database server to use for everyone for better collaboration. We are running windows and Linux machines. So please give me suggestions how can i build this.
Asif
  • 99
  • 1
  • 10
-3
votes
2 answers

Web Development : How and When to create HTML files

I'm new to web development and I'm a bit confused as to when should I create a HTML file versus simply have a HTML template file to load all the information into it with AJAX. And the reasons why one is better than the other. My website is similar…
Alan
  • 313
  • 4
  • 14
-3
votes
2 answers

php script not working on my website

Am trying to connect with my database using php from my website. I have used following codes to make connection, $db_host="10.12.209.82"; $db_username="username"; $db_pass="pass"; $db_name="DBName"; mysql_connect($db_host,$db_username,$db_pass) or…
Ramkumar P
  • 209
  • 1
  • 2
  • 14
-4
votes
1 answer

How can I connect my files on a website? Do I Have to publis all of them?

I have an important question. I am currently making a website and Ihave a canva picture at the front page. It uses my file though, so will other people be able to see it?I also made a bunch of hyperlinks that link to my other files. When I publish…
-4
votes
1 answer

HTML change

text on hover

Hi so I am making a portfolio and since my internet name is unofficialdxnny I wanted to make it so on the website when the viewer hovers on the name unofficialdxnny the

changes to a different text. where the text would be my real name. Is this…

unofficialdxnny
  • 105
  • 1
  • 7

-4
votes
1 answer

php session is get lost after redirect to another page

i'm creating a project. but in my system the php session is get lost after redirect to another page. the session is sometimes work. but suddenly doesn't work. i can't catch the problem.please help me. In index.php page code is: i have session…
-4
votes
1 answer

How can I put tags inside a PHP variable?

I want to put my HTML and other tags like javascript in a PHP variable so I can use it multiple times. I've tried the code below but it didn't work. $alert = "" echo $alert;
ShahEryar Ahmed
  • 115
  • 1
  • 2
  • 10
-4
votes
1 answer

How running Node.js files works?

With my current web development practices, I always run my code (html, css, javascript) on an internet browser. I'm trying to learn Node.js, and all the tutorials are using command line to run the node.js files. My problem is, I don't know how to…
-4
votes
2 answers

Regarding YUI3 for begineers

May be this question is not appropriate for this forum , but i tried a lot on google but didnt found any good book for YUI3 for begineers except cookbook. I need help, thats why i am posting. I am looking for a good book or tutorial (except YUI3…
user3363969
  • 233
  • 1
  • 4
  • 15
-5
votes
2 answers

What is the order of execution of instruction in creating server in node.js?

Can anyone explain which instruction is getting executed first. http.createServer() or server.listen and when callback function inside createserver will execute? const http = require('http'); const hostname = '127.0.0.1'; const port = 3000; const…
-5
votes
1 answer

How to write array items like string?

How can I write array items like string. Example: [1, 2, 7, 9, 12] = 127912 [John, Mike, Jeremy] = JohnMikeJeremy
maxmiljan
  • 9
  • 3
-5
votes
3 answers

What does it mean that node works on server side?

I'm pretty new to web development, and i don't really know what does it mean that it works on the server side. Does it mean that it's doing the hard server work, like catching requests, and the node file isn't the server?
-5
votes
2 answers

How to use content management software with our own designed website?

I am new here and I am learning web development for now. So please don't mind if something is wrong with this post. So, coming to the question, I came to know about various CMS softwares like wordpress, drupal etc. They offer some free and paid…
-6
votes
1 answer

How do I create content management template?

I am currently learning HTML/CSS to code my own blog. However,how do I create a template that I can add my title and content and other feature that helps me to publish it into my blog rather than doing it on the code
1 2 3
97
98