PHP tutorialLOGIN

PHP tutorial

PHP Tutorial

PHP is the abbreviation of the English hypertext preprocessing language Hypertext Preprocessor. PHP is an HTML embedded language, a scripting language that is executed on the server side and embedded in HTML documents.

PHP is a powerful server-side scripting language for creating dynamic and interactive sites.

PHP is free and widely used. At the same time, PHP is undoubtedly another efficient option for competitors like Microsoft ASP.


Learn PHP through examples

Our PHP online examples allow you to learn PHP more easily. The examples include PHP source code and running results.

<!DOCTYPE html> 
<html> 
<body> 
<?php 
echo "Hello PHP!"; 
?> 
</body> 
</html>

PHP Reference Manual

In this tutorial you will find the complete reference manual for all PHP functions:

·       Array Function

·      Calendar Function

·                                                                                                                                 using using using using t ·       ’ ’ ’ ’ ’                 having #· Filter function

# · FTP function

· http function

# · libxml function

· Mail function

· math function

· Misc function

· MySqli function

· Simplexml function

· String function

· xml Parser function

·         Zip function

Next Section
<!DOCTYPE html> <html> <body> <?php echo "Hello PHP!"; ?> </body> </html>
submitReset Code
ChapterCourseware