Voting

: min(six, four)?
(Example: nine)

The Note You're Voting On

alvaro at demogracia dot com
16 years ago
The $format parameter is an optional string that gets inserted in the <table> tag. The string is printed as-is. E.g.:

<?php
odbc_result_all
($res, 'id="users" class="listing"');
?>

... prints:

<table id="users" class="listing" >...

<< Back to user notes page

To Top