RE: trying 2 pull data out table and populate a list box

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

 



>if ( mysql_num_rows( $rsladders ) )
>{
>    while ( $rijladders = mysql_fetch_array( $rsladders ) )
>    {
>echo <<<EOF
><option value="$rijladders[ladder_id]">$rijladders[laddername]</option>
>EOF;
>    }
>}


>Like I wrote above, I tend to use heredoc syntax for stuff like this.

This indeed seems to be a faster way. Can you point me out the <<<EOF?
Or where I can find more information on this?
Thx
Reinhart Viane

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