Website Development Prices

Search Blog

Saturday, May 2, 2015

Iskaz echo za prikaz teksta

1. U editor upisite sledeci tekst

<html>
    <head>
        <title>
            HTML and PHP
        </title>
    </head>

    <body>
        <h1>
<img src="images/logo1.jpg">
            HTML and PHP
        </h1>
        <?php
            phpinfo();
        ?>
        
    </body>
</html>

Napomena: u folderu PHPtuts napravite novi folder images.
2. Sacuvajte kao iskaz-echo.php
3, Pokrenite fajl - http://localhost/PHPtuts/iskaz-echo.php








No comments:

Post a Comment

Note: Only a member of this blog may post a comment.