Topic: New profile menu, editing profile redirect issue
i added a new menu into the profile, all if is loaded from its own php file, but when i edit the options from this menu in other ppls profiles and save it it will redirect it self back to my profile
redirect code
redirect('profile.php?section=misc&id='.$id, 'Misc Updated');
and the $id
$id = isset($_GET['id']) ? intval($_GET['id']) : 0;
this id is the same from profile.php, thought that might fix it
ive had this issue for some time and i cant seem to fix it, any help id be very appreciative