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> <h1>PHP Constant</h1> <?php define("WEBSITE","sudhakarinfotech"); echo WEBSITE; ?> </body> </html>
Source Code Output