Instant messenger on a webpage

jacobson

New Member
Hi, I'm not a programmer, but I know how to at least cut and paste html code. I need to place a comment box on a web page where visitors can post a question and I will receive it immediately, kind of like what happens during a live webinar, except the visitor will be viewing a recorded video on the page and then submitting questions in this "chat" box immediately below the video. I know there are paid services out there like LiveChat that cost money, but I don't need a two-way chat. I just need to receive their questions and then respond back via a phone conference number.

Thanks for your help.
 

obi12341

New Member
You need php/mysql skills for that.
Just create a text box where every data in a mysql db will be published and create a input field where you can put new data in the mysql db.
But really learn basic php and SQL before doing that.

Obi
 
Top