Devcanvas Share Login send email with php using / Shared by: devcanvas php 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>PHP Example</title> 5 </head> 6 <body> 7 8 <h1>PHP Example</h1> 9 10 <?php 11 // Get the current date and time 12 $currentTime = date("Y-m-d H:i:s"); 13 ?> 14 15 <p>Current date and time: <?php echo $currentTime; ?></p> 16 17 </body> 18 </html> 19 Love it? Share it!