Menu

[r43]: / trunk / test / test2 / test2.py  Maximize  Restore  History

Download this file

11 lines (5 with data), 101 Bytes

1
2
3
4
5
6
7
8
9
import php
if php._GET['id'] > 0:
print php._GET['id']
else:
print php._GET['id']