Tomasz
|
| Posted: 04/21/2002, 9:11 AM |
|
Depending on condition, I transfer different variable to the next page,
examples are:
mypage.php?m_id=8&m_pic1_big=103-0344_IMG.jpg
or
mypage.php?m_id=8&m_pic2_big=103-0656_IMG.jpg
I want to display proper pic on target page, how to retrieve which
parameter is transferred; m_pic1_big or m_pic2_big?
(NOT param value, but param name!)
|
|
|
 |
angelo
|
| Posted: 04/21/2002, 12:24 PM |
|
simply check to see if m_pic2_big >"" if it contains something then it
was transferred! If not then it's empty.
"Tomasz" <tomasz@REMOVENOSPAMmax.pl> wrote in message
news:Xns91F7B9092225Ctomasz@66.180.229.147...
> Depending on condition, I transfer different variable to the next
page,
> examples are:
>
> mypage.php?m_id=8&m_pic1_big=103-0344_IMG.jpg
>
> or
>
> mypage.php?m_id=8&m_pic2_big=103-0656_IMG.jpg
>
> I want to display proper pic on target page, how to retrieve which
> parameter is transferred; m_pic1_big or m_pic2_big?
> (NOT param value, but param name!)
>
|
|
|
 |
Tomasz
|
| Posted: 04/21/2002, 12:43 PM |
|
.... Zdaje się, że w N, 21 kwi 2002 19:30:20 GMT angelo napisał (a):
> simply check to see if m_pic2_big >"" if it contains something
> then it was transferred! If not then it's empty.
>
I've done it already by searching sWhere variable
|
|
|
 |
|