Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $id = $_GET['id'];
- if( is_numeric( $id ) )
- {
- // lakukan sebarang proses
- }
- else
- {
- echo "RALAT: ID Perlu Integer!";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement