So now get hold of a good PHP editor(I use Easy-eclipse for PHP), and type in the following code-
<html> <head> <title>PHP Test</title> </head> <body> This is an HTML line <?php echo “This is a PHP line”; phpinfo(); ?> </body> </html>
This is arguably the most popular PHP code. The above code's output is the complete information about the PHP version you have installed and its modules..
Try it.
No comments:
Post a Comment