Re: passing a variable with php_self

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

 



<a href="<?="$PHP_SELF?action=bigger"?>">

works well too


-- 

Sincerely,

A.J. Brown

"Jim Moseby" <JMoseby@xxxxxxxxxxxxxxxxx> wrote in message 
news:FEE5CF83F4D3D511860100B0D02204BBD08942@xxxxxxxxxxxxxxxxx
>> -----Original Message-----
>> From: Ross [mailto:ross@xxxxxxxxxxxxx]
>> Sent: Tuesday, September 27, 2005 8:58 AM
>> To: php-general@xxxxxxxxxxxxx
>> Subject:  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';?>"> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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