Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6eaf3698eb17da74106417bf0b32aef8 > files > 546

padre-0.980.0-2.mga4.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>