PHP server is not responding in lesson 11 (portuguese vesion).
PHP FTW!
<?php $myName = "Benício"; ?>
</p>
</body>
how do I insert the full code?
1 Like
!DOCTYPE html
html
head
link type=‘text/css’ rel=‘stylesheet’ href=‘style.css’/>
PHP FTW!</title
/head
body
!-- Escreva seu código PHP abaixo!–><?php $myName = “Benício”; ?
p
</p>
</body>
/html
I removed the < and >, that was the only way my code can be posted here
@beniciobranco
Try refreshing your webpage. It happens really often because the php course is full of bug. I often do this when it doesn’t respond.
1 Like