FORUM - Testat in Romania

Please login or register.

Login with username, password and session length
Advanced search  

News:

Știri zilnice pe testatinromania.ro

Author Topic: Cum adaug un text in PHP?  (Read 1895 times)

dorel_puchianu

  • Administrator
  • Hero Member
  • *****
  • Posts: 1478
    • View Profile
Cum adaug un text in PHP?
« on: February 08, 2015, 09:27:21 AM »

Mai jos puteti sa vedeti cum se adauga un text in scriptul PHP cu functia echo.

<!DOCTYPE html>
<html>
<body>

<?php echo "Textul meu adaugat in PHP";?>

</body>
</html>
Logged