codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/4ewgPWYK
[
raw code
|
output
|
fork
]
PHP
,
pasted on Jan 26:
1
2
3
4
<?php
define
(
'MY_URL'
,
'https://www.url.com'
);
print
MY_URL
;
?>
Output:
1
https://www.url.com
Create a new paste based on this one
Comments: