Re: PHP URL issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 3/12/07, Don Don <progwihz@xxxxxxxxx> wrote:

I've got the following url rewriting problem.

on page 1 i've got this

<p> <a href='page1.php?messageId=$tmpForum&userId=$user_id'> See </a></p>

and on page 2 i've got this

$messageID = $_REQUEST["messageId"];
$userID = $_REQUEST["userId"];


when i check to see the values of these variables its says its empty, but
when i place my cursor on the link in
page 1 i can see both variables being show with their values in the
browser.  But on page 2 i cant get the values
Something seems wrong perharps ?

Cheers


I don't know if it matters, but if the variables are coming from the url,
you could also retrieve them with $_GET
$messageID = $_GET["messageId"];
$userID = $_GET["userId"];

And in your link, i see it is pointing to page1.php, i don't know if that is
just a typo in the example....

Tijnema

---------------------------------
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux