initial commit
This commit is contained in:
commit
3b60a4a8e1
12
test.php
Normal file
12
test.php
Normal file
@ -0,0 +1,12 @@
|
||||
<!Doctype html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>This is a test</title>
|
||||
</head>
|
||||
<?php
|
||||
$a = 42;
|
||||
|
||||
echo "The number is $a"
|
||||
?>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user