Re: Problem with $_GET
- From: googleaccount@xxxxxxxxxxxxxxxxxxx
- Date: 24 Aug 2006 13:54:49 -0700
Oops! Just spotted the obvious .. the variable is $house and not
$houseno!
googleaccount@xxxxxxxxxxxxxxxxxxx wrote:
I have a URL to a test file which is:
http://localhost/gallery/mypictures/1730101/index.php?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?
.
- Follow-Ups:
- Re: Problem with $_GET
- From: m2m tech support
- Re: Problem with $_GET
- References:
- Problem with $_GET
- From: googleaccount
- Problem with $_GET
- Prev by Date: Problem with $_GET
- Next by Date: problem uploading multiple files
- Previous by thread: Problem with $_GET
- Next by thread: Re: Problem with $_GET
- Index(es):
Relevant Pages
|