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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:46:15+00:00 2026-06-04T05:46:15+00:00

Ok I have an issue with an if php command. {php} $searchloadpage = /search/Car/;

  • 0

Ok I have an issue with an if php command.

{php}
$searchloadpage = "/search/Car/";
$listingloadpage = "/listing/%";
$currentpage = $_SERVER['REQUEST_URI'];
if($searchloadpage==$currentpage) { 
include('searchload.php');
}
if($listingloadpage==$currentpage) { 
include('searchload.php');
} else {

}
{/php}

Now the questions is how do you make it so with the $listingloadpage = “/listing/HERE” the HERE part I need to make it so that anything that is after listing it will take.

Example: /listing/1222.html or any thing that is after /listing/ it will load my searchload.php file. I think its called an wildcard code where the php will think /listing/and any thing after this listing directory.

Hope that was clear. 🙁

  • 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-04T05:46:16+00:00Added an answer on June 4, 2026 at 5:46 am

    You can use stristr

    $listingloadpage = "/listing/";
    if (stristr($currentpage, $listingloadpage) !== false) {
      ...
    

    That will work if /listing/ appears anywhere in the url. If you need it at the start:

    if (stristr($currentpage, $listingloadpage) === 0) {
    

    Note that I have removed the % character from your string.

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

Sidebar

Related Questions

I have an issue with php where code works on on computer but wont
I have an issue going on here. I am using PHP to get values
I have an issue where, after installing SOAP for PHP 5.3, I have no
I'm just starting with Object Oriented PHP and I have the following issue: I
So I'm not to OOP in PHP. Here is my issue I have a
I have a simple XML extraction issue that should be solvable with straight PHP
I'm developing a php application and I have a little issue with Apache and
I have one issue executing 'ping' on PHP, I received a blank result but
I have to use imagemagick convert command from php. So I'm using shell_exec but
I have a certain PHP script that calls exec() to execute a command to

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.