+ 1
How to add php script in html
2 odpowiedzi
+ 1
For add php script in html:
<!DOCTYPE html>
<html>
<head></head>
<body>
Hello, today is <?php //My php script ?>.
</body>
</html>
+ 1
Morgane Drissi but unfortunetly it can’t be done in sololearn. Do you know of a way to add php in html on sololearn?