sudhakarinfotech
(current)
Run Code
PHP Code Editor-
PHP Source Code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>PHP Constant</title> </head> <body> <h2>PHP Constant</h2> <?php const WEBSITE="Learn PHP from sudhakarinfotech"; echo WEBSITE; ?> </body> </html>
Source Code Output