kod:
<?php if ($_GET['folder_id'] && $_GET['type_to'] && $_GET['type_to'] == "1" || $_GET['id'] && $_GET['type_to'] && $_GET['type_to'] == "2" || $_GET['id'] && $_GET['type_to'] && $_GET['type_to'] == "3" || $_GET['id'] && $_GET['type_to'] && $_GET['type_to'] == "4" || $_GET['id'] && $_GET['type_to'] && $_GET['type_to'] == "5") { $query12 = "UPDATE `users` set user_type='$type_to' WHERE id='".$_GET['id']."' and user_login='$username'"; } [color="#ff0000"]if ($_GET['type_to'] != "1" && $_GET['type_to'] != "2" && $_GET['type_to'] != "3" && $_GET['type_to'] != "4" && $_GET['type_to']) != "5" && $_GET['type_to']{[/color] } ?>
Linia 31 na czerwono...