Re: if inside an echo.

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

 



On 31/07/07, Hulf <ross@xxxxxxxxxxxxxx> wrote:
> I am outputting a selectbox and want to do the follwoing. How can I add the
> IF statement inside the the echo?

Something like this:-

for ($value = 0; $value <= 2000; $value += 100) {

 echo "<option value=\"$value\";
 if ($min_rent==$value) {
 echo "selected=\"selected\"";
  }
 echo "> $value</option>";

Alan

-- 
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