Skip to content

Instantly share code, notes, and snippets.

@topspinppy
Created January 24, 2017 18:25
Show Gist options
  • Save topspinppy/acd64979e5601ea7621e24763547923b to your computer and use it in GitHub Desktop.
Save topspinppy/acd64979e5601ea7621e24763547923b to your computer and use it in GitHub Desktop.
<?php
$topspin = 1234
echo $topspin;
?>
@topspinppy
Copy link
Author

`<%
String Topspin = "Paranat";
int age = 15;

out.println("Name :"+Topspin);
out.println("age :"+age);
%>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment