Passing variables in the address line

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Passing variables in the address line

    Greetings.

    Just reinstalled my whole system and now I can't pass variables in the
    address line, like in [url]http://localhost/test.php?variable=value[/url].
    The script doesn't 'see' the variable.

    I'm using PHP Version 4.3.7 on an Apache server.

    Any idea?

    Thank you for your time,
    Joaquim

    Joaquim Amado Lopes Guest

  2. Similar Questions and Discussions

    1. Passing variables from one swf to another
      I am facing problem to pass variable from one swf to another. I am using loadMovie to load another swf. how can I pass a variable value to another...
    2. Passing variables to ASP
      I am trying to pass variables from a contact form to an ASP page to be written to a database. I have input fields on the contact page and have given...
    3. Passing ASP Variables
      I have a form that submits to a SQL database. The table in SQL uses an identity field for the primary key called "entry". This is so I can get the...
    4. variables, passing again to another.
      if ($psi_shipping_addtnl_info != '') { echo '<< NO USER INPUT >>'; } Im catching a _POST variable from a form, now i wonder im filtering it out...
    5. Read Address line
      When I ran your sample, I got the following error Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'window'
  3. #2

    Default Re: Passing variables in the address line

    Joaquim Amado Lopes wrote:
    > Just reinstalled my whole system and now I can't pass variables in the
    > address line, like in [url]http://localhost/test.php?variable=value[/url].
    > The script doesn't 'see' the variable.
    >
    Start to RTFM at the following page:

    [url]http://nl2.php.net/register_globals[/url]


    JW



    Janwillem Borleffs Guest

  4. #3

    Default Re: Passing variables in the address line

    Greetings.

    On Tue, 14 Sep 2004 02:27:08 +0200, "Janwillem Borleffs"
    <jw@jwscripts.com> wrote:
    [snip]
    >Start to RTFM at the following page:
    >
    >[url]http://nl2.php.net/register_globals[/url]
    >
    Thank you very much. The FM was extremely helpful. :-D

    Take care,
    Joaquim

    Joaquim Amado Lopes Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139