Please help me write with HTML and PHP one PHP script to print "Hello, PHP!" Thanks!
Here's how:
<!DOCTYPE html> <html> <head> <title>Hello PHP</title> </head> <body> <?php echo "Hello, PHP!" ?> </body> </html>
622 questions
979 answers
129 comments
53 users