i want to make a chat script in php.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mayanktalwar1988
Forum Contributor
Posts: 133
Joined: Wed Jul 08, 2009 2:44 am

i want to make a chat script in php.

Post by mayanktalwar1988 »

hey i know php only to the level of owrking with databse like fetching or submitting in dadabse..
is teher any way or function in php which keep checking for any new data on server like ajax do..
anything close to that
i can submit the data..then how to fetch data at the same time user is chating with someone is it possible in php
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: i want to make a chat script in php.

Post by greyhoundcode »

Yes, use AJAX to initiate a PHP script.
Post Reply