0% found this document useful (0 votes)
35 views3 pages

PHP Code Structure

The document provides an overview of PHP code structure and syntax. It includes examples of how to write PHP code within HTML and specifies that files should be saved with a .php extension. The document emphasizes the basic format for embedding PHP code in web pages.

Uploaded by

ahmaderfanroshan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views3 pages

PHP Code Structure

The document provides an overview of PHP code structure and syntax. It includes examples of how to write PHP code within HTML and specifies that files should be saved with a .php extension. The document emphasizes the basic format for embedding PHP code in web pages.

Uploaded by

ahmaderfanroshan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

‫پښﺘﻮ‬ PHP

Code Structure
PHP Code Syntax:

<?php

‫پښﺘﻮ‬ PHP Code


?>

File Save: file_name.php


PHP Code Syntax:
<html>
<head>
<title>PHP</title>
</head>
<body>

‫پښﺘﻮ‬ <?php
php code
?>

</body>
</html>
File Save: file_name.php

You might also like