Thursday , November 7 2024

Start learning PHP with Tutorial Desk

PHP is a good language for developing website.It is easy to use.

Basic example code og PHP.

Example:

<!DOCTYPE html>
<html>
<body>

<?php
echo “My first PHP script!”;
?>

</body>
</html>

About admin

Check Also

Convert Text To Image

You can convert text to image by using this php code. You then download the image …

Leave a Reply