|
Posted by "A.J. Brown" on 09/27/05 16:26
<a href="<?="$PHP_SELF?action=bigger"?>">
works well too
--
Sincerely,
A.J. Brown
"Jim Moseby" <JMoseby@nrbindustries.com> wrote in message
news:FEE5CF83F4D3D511860100B0D02204BBD08942@NRBEXCHANGE-NT...
>> -----Original Message-----
>> From: Ross [mailto:ross@aztechost.com]
>> Sent: Tuesday, September 27, 2005 8:58 AM
>> To: php-general@lists.php.net
>> Subject: [PHP] passing a variable with php_self
>>
>>
>>
>> can someone show me the right way to do the following...
>>
>> <a href="<?=$PHP_SELF?action=bigger; ?>">
>>
>>
>> I want to pass a variable to a self submitting link.
>>
>> Thanks,
>>
>
> <a href="<? echo $_SERVER['PHP_SELF'].'?action=bigger';?>">
Navigation:
[Reply to this message]
|