codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/2eluWnmi
[
raw code
|
output
|
fork
]
PHP
,
pasted on Jan 14:
1
2
3
<?php
echo
$_get
[
'id'
]
.
','
.
$_get
[
'password'
];
?>
Output:
1
2
,
Create a new paste based on this one
Comments: