Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8624693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:35:42+00:00 2026-06-12T07:35:42+00:00

Does POST or GET data need to be validated if being thrown directly into

  • 0

Does POST or GET data need to be validated if being thrown directly into a switch() statement? For example:

switch($_GET['input']) {
    //...
}

???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:35:44+00:00Added an answer on June 12, 2026 at 7:35 am

    If your switch contains real cases no, but if you do default you need to validate the $_GET if you use it in that case.

    eg:

    switch ($_GET['input']) {
        case 'one':
            echo "input is one";
            break;
        case 'two':
            echo "input is two";
            break;
        default:
           // here `$_GET['input']` need to be validated, escaped, checked if you use it to avoid XSS or SQL injections
           echo $_GET['input'];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

does curl function need any special option to post multipart/form-data ?
Does anyone know how to insert a new post into Wordpress using sql?
I need to send a HTTP GET/POST request to an external API which returns
I am trying to post some data and get some data back from a
I need to clear the POST data ( $request->getPostParameter() ) so that if the
I'm working on a project in which I need to get some data from
I'm using this ExtJS REST proxy to get and post data to my REST
I need to pull some data from the API. It returns the GET in
How would I get my script to send out a loop of Post data
I'm using simple_html_dom.php to get all images from an url (like pinterest does) if($_POST['submit'])

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.