PHP Compiler
<!DOCTYPE html> <html> <body> <?php echo("PHP World!"); ?> </body> </html>
OUTPUT
PHP World!
×

Save as Private