- Home
- Categorie
- Coding e Sistemistica
- Coding
- Table in php
-
Table in php
Ciao! Come faccio a mettere delle tabelle per ognuna delle voci?
[PHP]echo stripslashes ( $parametri['pa'] ) . "<br>" .
stripslashes ( $parametri['fc'] ) . "<br>" .
stripslashes ( $parametri['fr'] ) . "<br>" .
stripslashes ( $parametri['tc'] ) . "<br>" .
stripslashes ( $parametri['sp'] ) . "<br>" . [/PHP]Grazie!!!