Results 1 to 4 of 4

Thread: What Is Server Side Validation In Website..?

  1. #1
    Registered
    Join Date
    Jul 2018
    Location
    jaipur
    Posts
    141

    What Is Server Side Validation In Website..?

    Hello friends,


    I Would Like To Know That What Is Server Side Validation In Website..?

  2. #2
    In the Server Side Validation, the input submitted by the user is being sent to the server and validated using one of server side scripting languages such as ASP.Net, PHP etc. After the validation process on the Server Side, the feedback is sent back to the client by a new dynamically generated web page.

  3. #3
    Registered
    Join Date
    Jan 2019
    Posts
    259
    Validations can be performed on the server side or on the client side ( web browser). The user input validation take place on the Server Side during a post back session is called Server Side Validation

  4. #4
    Registered RH-Calvin's Avatar
    Join Date
    Mar 2017
    Location
    Forum
    Posts
    1,667
    Server-side validation is validation that occurs on the server after the data has been submitted. Server-side code is used to validate the data before the data is saved in the database. If the data fails authentication, a response is sent back to the client with corrections that the user needs to make.
    Cheap VPS Hosting | VPS Starting from $12 PER Year
    Cheap Dedicated Server | Unmetered Bandwidth | Free Setup and IPMI

Similar Threads

  1. What Is Client Side Validation?
    By gunjanjain in forum Search Engine Optimization
    Replies: 11
    Last Post: 12-10-2019, 01:57 AM
  2. What are the 6 different validation controls provided by ASP.NET?
    By hireaspdeveloper in forum Website Programming & Databases
    Replies: 0
    Last Post: 05-23-2012, 11:42 PM
  3. Dealing with checkboxes in a server side script
    By Johnny Gulag in forum Website Programming & Databases
    Replies: 5
    Last Post: 09-26-2006, 11:30 PM
  4. Not sure what this html validation error is telling me
    By deronsizemore in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 09-25-2006, 04:11 AM
  5. Server Side Stats & Realtime Traffic Tracking Services
    By number7 in forum General Promotion
    Replies: 6
    Last Post: 01-04-2005, 02:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •