require_once 'prepend.inc'; $NUMACROSS=2; $SHOW_CLOSE=10; function makeTable($array) { global $NUMACROSS; echo '
| '; $i=0; $limit = ceil(count($array)/$NUMACROSS); asort($array); while (list($file,$name)=each($array)) { if ($i>0 && $i%$limit==0) { echo " | \n";
}
echo "".$name." \n"; $i++; } echo ' |
Sorry, but the function echo $notfound; ?> is not in the online manual. Perhaps you misspelled it, or it is a relatively new function that hasn't made it into the online documentation yet. The following are the echo $SHOW_CLOSE;?> functions which seem to be closest in spelling to echo $notfound;?> (really good matches are in bold). Perhaps you were looking for one of these:
makeTable($maybe); ?>If you want to search the entire PHP website for the string " echo $notfound; ?>", then print_link('search.php?show=nosource&pattern='.urlencode($notfound), 'click here'); ?>. } ?>
Here is a list of all the PHP functions. Click on any one of them to jump to that page in the manual.
makeTable($functions); ?> commonFooter(); ?>