Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by Martin ( 13 years ago )
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" c>
<title>Learning PHP</title>
<?php
$php_er_smart = "I";
echo("Her er noget PHP");
echo("<br />");
echo("Her er mere PHP");
echo("<br />");
echo($php_er_smart);
?>
</head>
<body>
</body>
</html>
Revise this Paste