Questions tagged [server-side-scripting]

Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. Popular Server Side Scripting languages are PHP, ASP, Java (JSP), Perl and Server-side JavaScript.

Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. This is different from client-side scripting where scripts are run by the viewing web browser, usually in JavaScript. The primary advantage to server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores.

From a security point of view, server-side scripts are never visible to the browser as these scripts are executed on the server and emit HTML corresponding to user's input to the page.

Popular Server Side Scripting languages are PHP, ASP, Java (JSP), Perl and Server-side JavaScript.

157 questions
0
votes
1 answer

PHP Security - Worst Case Scenario: Public, Hardcoded Password

Being primarily a front-end developer, I want to better understand the limits of server-side security with PHP. Let's say I had an Apache server containing a MySQL database and only an index.php file. The (bad) design is as follows: A database…
Amiga500Kid
  • 418
  • 3
  • 8
0
votes
1 answer

2 questions about the client-side and server-side scripting languages?

this is questions about the client-side and server-side scripting languages and i need know what the difference between them? 1 – What are the client-side scripting languages? A. HTML5 B. CSS3 C. jQuery D. ASP E. Ajax F. PHP i think the…
user3001575
  • 37
  • 1
  • 3
  • 8
0
votes
0 answers

need to download files from client rather than server using asp.net

I am downloading data from yahoo stocks using the Web.DownloadString(); the site will have multiply users so I need to have the client send the download request rather than the server to avoid getting blocked from sending too many request from the…
0
votes
1 answer

how do you do a server side call with ajax?

I have build a web site using jquery, css and html. I use ajax calls to retrieve data from flat files on my server and chart them. The problem is that there is an authentication vendor app that user have to authenticate to get to the site. This…
user1471980
  • 10,127
  • 48
  • 136
  • 235
0
votes
1 answer

ERROR reading multidict in python server?

i have a server in python that is recieving data in following format: MultiDict([('JSONdata', u'{"SMS":[{"inbox":[{"body":"BACKUP *qqqqq*","phone":"+920000000"},{"body":"BACKUP *qqqqq*","phone":"+920000000"},{"body":"BACKUP…
Ifrah
  • 209
  • 1
  • 5
  • 11
0
votes
3 answers

how to recive value from client side to server side

Hi I am strictly have problem in the script language: I am using the two dropdownlist box in php, my application developing by mvc when the page load the project dropdownlist option are loaded. but the user select the project from list and based on…
0
votes
1 answer

php server-side application misunderstanding

to explain my misunderstanding I'll give an example: If 2 different users are viewing the same database table (within their browsers) and one of the user alter the table I would like the other user to see the changes immediately. If I would do it…
teach me
  • 453
  • 5
  • 20
0
votes
1 answer

How can I automatically update primary key value in MySQL when an entry is deleted?

I'm using MySQL as database for online examination system. here Question No. is primary key so, when a question in middle is deleted that number is wasted,(just like in queue data structure).I want the next question numbers to be automatically…
0
votes
1 answer

Chrome web apps - server side support

Does Google Chrome web store support server sided technologies such as PHP or Python? I am currently making a productive web application which i have already implemented in python but i wish to give it a nice little web application interface and…
tenstar
  • 9,816
  • 9
  • 24
  • 45
0
votes
1 answer

how to configure server to make link open not download at client

ok i was reading/watching or something few days ago and came across this trick. Which said that it tells browser to not prompt to download but instead open it or try to. I forgot where i read about it or what it told. I just know it was about url or…
Muhammad Umer
  • 2,228
  • 2
  • 18
  • 17
0
votes
4 answers

What do I need to know to create a server script interpreter?

I am interested in model an develop a new object pascal interpreter for web site scripting. We have PHP, Pearl, Java, Javabeans... But not Pascal as a option for web developers. Since Delphi only works in Windows based servers... I would like to do…
NaN
  • 8,596
  • 20
  • 79
  • 153
0
votes
1 answer

When we do a server side redirect, the new URL is called from the Client's IP or the Server's IP?

I have a scenario where my client machine's IP is not whitelisted for a staging server URL and my server's IP is whitelisted. So can I use server side redirect to show this URL on the client side? Doing this is the javascript does not seem to work…
Yathi
  • 1,011
  • 1
  • 12
  • 21
0
votes
1 answer

How to load a JSP page automatically, every time the JBOSS server restarts?

I have a JSP file starts a TimerTask on the server. Everytime that the server is restarted, The TimerTask object is lost and I have to manually hit the JSP page to set it again. By any chance, can I add a server script that hits the JSP page…
0
votes
1 answer

server side scripting with validation ... i m not getting it well

My html form like this not exactly. in this part m not getting what is the mean of