Problem with $_GET

This is a discussion on Problem with $_GET within the PHP General forums, part of the PHP Programming Forums category; I have a URL to a test file which is: http://localhost/gallery/mypictures/...p?houseno=test The simple code ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-24-2006
googleaccount@stephenlayton.co.uk
 
Posts: n/a
Default Problem with $_GET

I have a URL to a test file which is:
http://localhost/gallery/mypictures/...p?houseno=test

The simple code in untitled.php is:
<?php
$path=$_GET['$house'];
echo $path;
echo $houseno;
?>
However, the output is:
"test"
and not:
"testtest"
as anticipated.

I am trying to get the variable into a custom function without any
success. Can anyone help?

Reply With Quote
  #2 (permalink)  
Old 08-24-2006
googleaccount@stephenlayton.co.uk
 
Posts: n/a
Default Re: Problem with $_GET

Oops! Just spotted the obvious .. the variable is $house and not
$houseno!

googleaccount@stephenlayton.co.uk wrote:

> I have a URL to a test file which is:
> http://localhost/gallery/mypictures/...p?houseno=test
>
> The simple code in untitled.php is:
> <?php
> $path=$_GET['$house'];
> echo $path;
> echo $houseno;
> ?>
> However, the output is:
> "test"
> and not:
> "testtest"
> as anticipated.
>
> I am trying to get the variable into a custom function without any
> success. Can anyone help?


Reply With Quote
  #3 (permalink)  
Old 08-25-2006
m2m tech support
 
Posts: n/a
Default Re: Problem with $_GET

> > The simple code in untitled.php is:
> > <?php
> > $path=$_GET['$house'];
> > echo $path;
> > echo $houseno;
> > ?>


There is also a $ sign to much:

$path = $_GET['hoseno'];

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:19 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0