>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