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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:58:34+00:00 2026-05-23T07:58:34+00:00

I have a URL that is passed incorrect values when loaded and since the

  • 0

I have a URL that is passed incorrect values when loaded and since the script has a PHP template backing the link I don’t get a 404 error. Here is my example:

http://www.examplesite.com/template.php?value=incorrect

As you can see, the “template.php” page will load, but all of the info that is linked to this page via a database table is empty due to the “incorrect” value that are being passed. Now for my question.

I would like this to be redirected to a unique landing page when an incorrect value is passed in this manner rather than having the page load with empty values. Is this possible? If so, how?

  • 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-23T07:58:35+00:00Added an answer on May 23, 2026 at 7:58 am

    You could make a check and redirect user to your landing page if the value passed via GET is incorrect.

    • Filter your GET variable.
    • Make a database query.
    • Check the result of query if it is null redirect users to landing page.
       if($db_value == null)
       {
         header('location:http://www.example.com/landingpage');
         die();
       }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is it possible to have a url that has a param with an &
I have an absolute URL, and the URL that a link on that page
I have an url like this: http://www.w3schools.com/PHP/func_string_str_split.asp I want to split that url to
I have an script that receives an encrypted url and from that generates a
Hey, say I have a url just being passed through my php is there
I have a function (in C) that is passed a URL. This function only
I have a url like http://www.blah.com/something/maybesomethingelse/Webservices/something.asmx/blah That is being passed through a jquery ajax
I have a URL that returns a HTTP 302 redirect, and I would like
Consider following scenario: I have RESTful URL /articles that returns list of articles user
I have an array of URL Links that I'm trying to load into a

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.