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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:09:10+00:00 2026-05-23T08:09:10+00:00

I have a site lets name it http://mysite.com/index.php which is my main site with

  • 0

I have a site lets name it http://mysite.com/index.php which is my main site with all the information and I want to have another page which is something like http://mysite.com/index.php?=premium and in this premium page will be totally new whole page. Which means not the same title or not have anything relate to the index.php page.

The reason is that I don’t want my visitors to go directly to the premium page so they have to come to the index.php page first then click it from there.

Is that possible this way?

@knittl well not sure if my question was cleared

but what is actually happening now that the above code can get me to the premium page fine with no problem

but inside the premium page include many div class and I have this in the premium page

<?php
if(!isset($_GET['ch'])){ 
    $ch = 1; 
} else { 
    $ch = $_GET['ch']; 
}

if ($ch == 1) {
echo "<div class='player_live_server_info'> 

so what happen now that I have this

<li><a href="tv.php?page=premium?ch=1"><img src="live_img/ch_5.jpg"></a></li>

I don’t know if I do it right or wrong but It just redirect back to the normal page.

  • 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-23T08:09:11+00:00Added an answer on May 23, 2026 at 8:09 am
    <?php if(isset($_GET['page']) && $_GET['page'] == 'premium') {
    // this is the premium version, only visible when called as index.php?page=premium
    ?>
    
    <html>
    <head><title>you are on the fancy premium page</title></head>
    <body>
      <h1>your premium page</h1>
    </body>
    </html>
    
    <?php } else {
    // this is the normal page with a link to the premium version
    ?>
    
    <html>
    <head><title>you are on the lame normal page</title></head>
    <body>
      <h1>your normal page</h1>
      <p>
        <a href="?page=premium">click here to go to our premium page</a>
      </p>
    </body>
    </html>
    
    <?php } ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a web site in the domain, let's name: http://website.com . It is
Let's say I have a form from a remote area http://example.com/form.php which contains: <form
I want to have site wide default settings for all jQuery validation uses on
I have this page where I am doing testing http://www.comehike.com/test_fb_connect.php The button works fine
Suppose I have '/srv/www/site.com/htdocs/system/application/views/' and want to test it against a regexp that matches
Lets say we have 3 files: File1.php, File2.php, File3.php I want to have it
I have a form on my company's site which takes a name, telephone number,
let me explain my current situation i have a SharePoint site lets say it
Lets say I have a simple ecommerce site that sells 100 different t-shirt designs.
Let's say I have a site with multiple links as follows: www.example.com/product/1 www.example.com/product/2 www.example.com/product/3

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.