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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T00:51:06+00:00 2026-06-19T00:51:06+00:00

please help a noob still learning. I have searched for a solution but most

  • 0

please help a noob still learning. I have searched for a solution but most of what I found uses regex and I’m hoping to accomplish this without using regex.
I have the following repeated like 10 times for multiple fruits at the top of my page and all is working fine:

?>
<?php
$referrer = $_SERVER['HTTP_REFERER'];
  if (preg_match("/apple/",$referrer)) {
  header("Refresh:0;url=http://mysite.com/fruit/");
    exit;
}
?>
?>
<?php
$referrer = $_SERVER['HTTP_REFERER'];
if (preg_match("/orange/",$referrer)) {
  header("Refresh:0;url=http://mysite.com/fruit/");
exit;
}
?>

But I’m trying to condense it down to something like this where I can simply just add a new ‘fruit’ when / if needed.

if (preg_match("/apple/", $referrer) || preg_match("/orange/", $referrer) || preg_match("/peach/", $referrer) || preg_match( "and on!! --)) { ...  

Yes I’m aware of the wide scope of the preg_match I have.

  • 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-19T00:51:07+00:00Added an answer on June 19, 2026 at 12:51 am

    You may try “or” condition

    <?php
    $referrer = $_SERVER['HTTP_REFERER'];
      if (preg_match("/apple|orange|grape/",$referrer)) {
      header("Refresh:0;url=http://mysite.com/fruit/");
        exit;
    }
    ?>
    

    Please note that it will match “crabapple” as well as there is not restrictions on the word boundaries.

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

Sidebar

Related Questions

This maybe a noob question but please help me. I found a library called
I am a delphi noob so please help me out with this. I have
I am still a noob so i really need help please.Is it possible to
please help with this noob questions but really making me go crazy> if I
I'm a complete noob when it come to regex, Can someone please help with
I'm a noob; please help me understand this authentication config / bindings stuff that
am a noob at universal apps so please help me out and let me
this is probably the most noob question i have ever asked, i need to
Someone please help. I am a noob here who has just created an array
could someone please help a complete javascript noob? My google-fu seems to be completely

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.