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 7008513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:44:41+00:00 2026-05-27T21:44:41+00:00

I can’t find a way to read variables in a URL or in a

  • 0

I can’t find a way to read variables in a URL or in a vector or in text form so that it returns just the value which is repeating. In the case that it is only one value, I need to display it, or in the case there are all different values, I need to display all of them.

For example if I have 1,2,3,1,4, I would like it to display 1, and if I have 1,2,3,4 to display all of them.

$values = $_GET['intrebare'];
$count = count($values);

foreach($values as $val =>$array) 
{
    //echo $val . '<br/>';
    //var_dump($array);

    if(is_array($array))
    {
        var_dump($array);
    }
    else
    {
        echo $val;
    }
}
  • 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-27T21:44:42+00:00Added an answer on May 27, 2026 at 9:44 pm

    you can use array_unique on your input array to see if there are no doubles. If an array after array_unique is just as large as before, you should print all values.

    From what I understand, if the array does not contain all unique values, you want to print all that occur multiple times. If you only want to print values that occur more than once you can first check with array_count_values what values occur more than once and print them.

    The rest is up to you 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can any one please let me know how to read the directory and find
Can any one please tell me where to find a simple tutorial that shows
Can anyone let me know how can we change the value of kendo combobox
Can I authenticate with just Google account username and password instead of using OAuth?
Can anyone enlighten me to a way I can Highlight the content of an
Can anybody tell what is the best(easy) way to sort the following string 'index'
Can't figure out how to do this in a pretty way : I have
Can we change the color of the divider? Apple documentations says, that we can
Can someone help me with this scenario? *There is a button, which when tapped,
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this

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.