Computer Science, asked by shanaya2326, 1 year ago

Write the structure of php script with an example.

Answers

Answered by SHREYA501
0
<html> <head><title>Hello World Script</title></head> <body> <p>Hello World!</p> </body> </html>
Answered by tanki1233
1
PHP is an embedded scripting language when used in web pages. This means that PHP code is embedded in HTML code. You use HTML tags to enclose the PHP language that you embed in your HTML file — the same way that you would use other HTML tags. You create and edit web pages containing PHP the same way that you create and edit regular HTML pages.
Similar questions