<?php $contador = 0; echo '<a href="#menu'.++$contador .'">produtos</a>'. PHP_EOL;echo '<a href="#menu'.++$contador .'">fotos</a>'. PHP_EOL;
Standard input is empty
<a href="#menu1">produtos</a> <a href="#menu2">fotos</a>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!