Voting

: seven minus six?
(Example: nine)

The Note You're Voting On

omar dot ajoue at kekanto dot com
12 years ago
Can also be used for building tags or complex lists, like the following:

<?php

$elements
= array('a', 'b', 'c');

echo
"<ul><li>" . implode("</li><li>", $elements) . "</li></ul>";

?>

This is just an example, you can create a lot more just finding the right glue! ;)

<< Back to user notes page

To Top