I would like to know how to do a seperate php page where I make AND print a query from my chat database to a php page, so I can show a simple overview of a chat.
EX
Jens: hi this is a great chat
Ally: Yeah great isn't it
In this way I can create a simple message log without going through phpmyadmin
In short....make a query on username and message and then print it in html/php page.
Can anyone help me?
Best regards
Jens Christensen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to know how to do a seperate php page where I make AND print a query from my chat database to a php page, so I can show a simple overview of a chat.
EX
Jens: hi this is a great chat
Ally: Yeah great isn't it
In this way I can create a simple message log without going through phpmyadmin
In short....make a query on username and message and then print it in html/php page.
Can anyone help me?
Best regards
Jens Christensen