streborr
IS-IT--Management
- Jan 16, 2002
- 98
I'm trying to pass the "ID" to the new page, but I can't get it to work.
The first page has this:
<a href="Forum.php?id=<?php echo $ForumID ?><?php echo $ForumName ?></a>
On the second page - Forum.php - I've tried:
$id = $_Get['id] and
$id = $_Post['id] and
$id = $_Request['id]
But none of them work.
What am I doing wrong here?
(be gentle, I'm very new to PHP)
Thanks
"Without deviation, progress is not possible."
Frank Zappa
The first page has this:
<a href="Forum.php?id=<?php echo $ForumID ?><?php echo $ForumName ?></a>
On the second page - Forum.php - I've tried:
$id = $_Get['id] and
$id = $_Post['id] and
$id = $_Request['id]
But none of them work.
What am I doing wrong here?
(be gentle, I'm very new to PHP)
Thanks
"Without deviation, progress is not possible."
Frank Zappa