Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!empty($_POST)) {
- foreach ($_POST as $guid => $status) {
- $sharedUrl[$guid] = shareSingleNote($guid);
- }
- $_SESSION['sharedUrls'] = $sharedUrl;
- }
- $links = $_SESSION['sharedUrls'];
Advertisement
Add Comment
Please, Sign In to add comment