Sie sind auf Seite 1von 1

<html> <head><Title>PHP Test </> </head> <body> <?php echo<p> "Hello World" </p> ;?

> </body> </html> Ans : Hello World

<html> <head><Title>PHP Information </> </head> <body> <?php phpinfo() ;?> </body> </html> Ans : PHP sysytem information

Das könnte Ihnen auch gefallen