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

  • SEARCH
  • Home
  • 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 7636563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:42:51+00:00 2026-05-31T07:42:51+00:00

I have a radio button on my page which is not a required field.

  • 0

I have a radio button on my page which is not a required field. I was able to insert the data into MySQL if I select one of the Radio buttons. If I don’t select it and submit the page, I am getting “Internal server error occurred”. I couldn’t get the error message because the page is running on the production. It works fine on my development machine. Here is my code. Could you please let me know what could be the problem? Thank you.

<input type="radio" name="testRadio" value="radio1 value"> Radio 1 
<input type="radio" name="testRadio" value="radio2 value"> Radio 2

Here is my PHP code to get the POST value

$radioVal = $_POST["testRadio"];


"INSERT INTO TABLE1(radio_coulmn) VALUES ('" .$radioVal. "')";
  • 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-05-31T07:42:53+00:00Added an answer on May 31, 2026 at 7:42 am
    if(!isset($_POST["testRadio"])){
       $radioVal = "";
    }else{
       $radioVal = $_POST["testRadio"];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this rule in my stylesheet: input:not([type='button']):not([type='submit']):not([type='checkbox']):not([type='radio']), select { padding:8px; width:224px; border:1px solid
I have a page which has radio buttons and the selected value is taken
I have a radio button list control on my ascx page and have a
Not sure if I can frame my question right. I have a page which
I have a asp radio button list which has 3 options: Option 1 Option
This is aspx page which have datalist in datalist radio buttons are there. it
i have simple radio button list, with static ListItems which i never change. When
I have a form which posts data to the same page. Based on the
I have some jQuery code that highlights which radio button is checked by turning
I have a page with a javascript function that changes which radio buttons are

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.