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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:36:52+00:00 2026-05-19T04:36:52+00:00

So I wish to work with #hash links.. As I cannot manipulate the history

  • 0

So I wish to work with #hash links..

As I cannot manipulate the history links, if HTML5 isnt supported I wish to add #photoid=12345 to the link (example).

Now how can i check in PHP if there is any in #photoid ? I cant do normally

if(isset($_GET[“photoid”])))

so what should i do here to detect where anything is in #photoid?

  • 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-19T04:36:53+00:00Added an answer on May 19, 2026 at 4:36 am

    You’ll need JavaScript for that:

    var hash = window.location.hash;
    alert(hash);

    Edit: you can then call on a php script and use this information. Example in jQuery:

    $.post('do_something.php', {
        // send the parameter 'hash'
        hash: hash
    }, function(result) {
        // do something with the result
        // e.g. add it to a div with an id "photos":
        $('#photos').html(result);
    });

    And “do_something.php” could look like this:

    $hash = $_POST['hash'];
    
    // do something, e.g. retrieve a photo based on the posted hash and echo it
    // this will be in the result variable that's retrieved via Javascript
    echo '<img src="photo_from_hash.jpg" alt="" />';
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We were discussing this the other day at work and I wish there was
In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work
I wish to develop applications which should work both on Windows and Linux Operating
In this scenario I wish too bypass my normal error logging, which wont work,
In the middle of a period of big refactoring at work, I wish to
I work with Ruby on Rails and wish to use vim as the editor
I wish do a rectangle in CSS with graceful degradation to work in IE8+.
I wish to incorporate general expressions in my Visual Basic work. Other than the
Following code does NOT work, but it expresses well what I wish to do.
I wish to redirect example.com/foo/[some string]FOOBAR to subdomain.example.com/[some string]Foobar I'm using in my .htaccess

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.