-
-
Save topspinppy/acd64979e5601ea7621e24763547923b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$topspin = 1234 | |
echo $topspin; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`<%
String Topspin = "Paranat";
int age = 15;
out.println("Name :"+Topspin);
out.println("age :"+age);
%>`