1: 2: 3: 4: 5: 6: 7: 8: 9: 10:
<?php echo "I will do some functions here in php"; if($value == 1){ alert('ok working'); } header(location: 'someOtherpagethanthis.php'); ?> ?>