Posts by Fred Portela • 21 points
1 post
-
1
votes1
answer87
viewsA: Error while running php code
Tassio, you are trying to assign a variable an echo. It would be correct to assign the value of String variable and then echo the variable. Ex: $time = "TIME: " . date("d/m/y - H:i:s") . " n"; $box…
phpanswered Fred Portela 21