Posts by Samuel Marques • 26 points
2 posts
-
0
votes1
answer274
viewsA: Node js does not render the page’s css style
Friend try to set the static route of your Styles css: app.use('/static', express.static(__dirname + '/public')) you can call it in your html: /static/css/styles.css In express for you to call…
-
1
votes1
answer50
viewsA: How could I optimize this PHP JS code?
you can make an array of $TotalViewsdia: <?php $meses = array( '01' => 'Janeiro', '02' => 'Fevereiro', '03' => 'Março', '04' => 'Abril', '05' => 'Maio', '06' => 'Junho', '07'…