Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 845bfa0c6bc44a2e02691e68c5a7eac6 > files > 19

padre-1.0.0-10.mga7.noarch.rpm

<html>
<head><title><?php echo "Hello, World!"; ?> 
</title></head>
<body>
<script language="JavaScript">
function add(int a, b) {
 return a + b;
}
</script>
<?php echo "Hello, World from PHP!"; ?> 
<div>
<% 
	' Grab current time from Now() function.
	Dim currentTime
	currentTime = Now()
%>
	The time, in 24-hour format, is 
	<%=Hour(currentTime)%>:<%=Minute(currentTime)%>:<%=Second(currentTime)%>.
</div>
 </body>
 </html>