Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hello friends, I need the information about of the data saved by the table of the database, I show the code but I not see the information, for example:
lh_chatbox --> This table is responsible for storing the information of the chat
I need the information for the chat in the database, how:
chat_id,
fullname of client,
group_id,
area_code,
text of chat,
host client,
ip client,
operator name,
operator email,
and how to relate id_operator with chat_id, please helpme.
Offline
As i wrote in previous post just look at these tables
lh_chat
lh_msg
Also at these two classes and their get methods
https://github.com/LiveHelperChat/liveh … elchat.php
https://github.com/LiveHelperChat/liveh … delmsg.php
Offline