Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gochat WebApplication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Suriya Ravichandran
Gochat WebApplication
Commits
c4f7bb16
Commit
c4f7bb16
authored
1 year ago
by
Suriya Ravichandran
Browse files
Options
Downloads
Patches
Plain Diff
bug fixed
parent
60133230
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
php/get-chat.php
+1
-1
1 addition, 1 deletion
php/get-chat.php
php/images/1705234283devc++.jpg
+0
-0
0 additions, 0 deletions
php/images/1705234283devc++.jpg
with
1 addition
and
1 deletion
php/get-chat.php
+
1
−
1
View file @
c4f7bb16
...
...
@@ -7,7 +7,7 @@
$output
=
""
;
$sql
=
"SELECT * FROM messages
LEFT JOIN users ON users.unique_id = messages.
incom
ing_msg_id
LEFT JOIN users ON users.unique_id = messages.
outgo
ing_msg_id
WHERE (outgoing_msg_id =
{
$outgoing_id
}
AND incoming_msg_id =
{
$incoming_id
}
)
OR (outgoing_msg_id =
{
$incoming_id
}
AND incoming_msg_id =
{
$outgoing_id
}
) ORDER BY msg_id "
;
//ASC";
...
...
This diff is collapsed.
Click to expand it.
php/images/1705234283devc++.jpg
0 → 100644
+
0
−
0
View file @
c4f7bb16
6.55 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment