PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
apps
/
cpanel
/
account_verification
/
sql
/* @*************************************************************************@ @ @author Mansur Altamirov (Mansur_TL) @ @ @author_url 1: https://www.instagram.com/mansur_tl @ @ @author_url 2: http://codecanyon.net/user/mansur_tl @ @ @author_email: highexpresstore@gmail.com @ @*************************************************************************@ @ ColibriSM - The Ultimate Modern Social Media Sharing Platform @ @ Copyright (c) 21.03.2020 ColibriSM. All rights reserved. @ @*************************************************************************@ */ SELECT r.`id`, u.`email`, u.`avatar`, u.`last_active`, u.`verified`, u.`username`, r.`full_name`, r.`text_message`, r.`video_message`, r.`time` FROM `<?php echo($data['t_reqs']) ?>` r INNER JOIN `<?php echo($data['t_users']); ?>` u ON r.`user_id` = u.`id` WHERE r.`id` = <?php echo($data['req_id']); ?> LIMIT 1;
[-] fetch_request_data.sql
[edit]
[+]
..
[-] fetch_requests.sql
[edit]