Skip to content

pratah/learn-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

➡️ Learning PHP ⬅️


Table of contents

  1. Echoing php from within html

Echoing php from within html

    <title><?php echo 'Hello from PHP'; ?></title>

⚠️ In real life scenarios, we would be most likely displaying the contents of a variable.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages