PHP Presentation
PHP Presentation
PHP Presentation
PRESENTATION
ON PHP
BY DIVYA
INTRODUCTION TO HTML
<html>
<head>
<tittle></tittle>
</head>
<body>
</body>
</html>
HTML tags
syntex:
Built in functions
1. Built in function can be classified into many catagories . below is the list of
the categories .
• String function
these are functions that manipulate string data , refer to the article
on strings for implementation examples of string function.
• Numeric functions
1. numeric function are function that returns numeric results
2. numeric PHP function can be used to format numbers , return
constants , perform mathematical computations etc.
• Date function
1. the date function is used to format date and time to human
readable format .
2. check the article on PHP date functions for more details.