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

The Archive Base Latest Questions

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

I have a url of the form ../text?value= How can i get the text

  • 0

I have a url of the form

../text?value=

How can i get the text from the url. $_GET

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

    You could use this example:

    <?php
    
    $uri = Zend_Uri::factory('http://james.bond/some/page/?i=1&a=2');
    
    print_r($uri);
    

    This is the result:

    Zend_Uri_Http Object
    (
        [_username:protected] => 
        [_password:protected] => 
        [_host:protected] => james.bond
        [_port:protected] => 
        [_path:protected] => /some/page/
        [_query:protected] => i=1&a=2
        [_fragment:protected] => 
        [_regex:protected] => Array
            (
                [escaped] => %[[:xdigit:]]{2}
                [unreserved] => [A-Za-z0-9-_.!~*'()\[\]]
                [segment] => (?:%[[:xdigit:]]{2}|[A-Za-z0-9-_.!~*'()\[\]:@&=+$,;])*
                [path] => (?:\/(?:(?:%[[:xdigit:]]{2}|[A-Za-z0-9-_.!~*'()\[\]:@&=+$,;])*)?)+
                [uric] => (?:%[[:xdigit:]]{2}|[A-Za-z0-9-_.!~*'()\[\];\/?:@&=+$,])
            )
    
        [_scheme:protected] => http
    )
    

    Doc: http://framework.zend.com/manual/en/zend.uri.html

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

Sidebar

Related Questions

I have a simple form: <form id=formTest name=formTest action= method=get> <input id=txtPostcode name=Postcode type=text
I have a form made up of pairs of text fields. The user can
I have this URL example.com/photo?people I want to rewrite this URL in the form
I am having problem with overriding Form Action URL I have a class to
I have button which post values of form to url but during post i
I have a website form that collects url of users to store in a
I have a search form on my site that submits the url in the
I have a form which POST's its data via AJAX: $.ajax({ type: POST, url:
I have a form with inputs, the Jquery makes a specific input (the url
I have a simple form that looks like this: <%= simple_form_for @study,:url => studies_path,

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.