To print a statement in PHP we use this command. Example Program: <!DOCTYPE html> <html> <head> </head> <body> <?phpecho "My first PHP script!";?> </body> </html> Output:
Leave a Comment