473,387 Members | 1,791 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

chat witjh popup messanger

1
I want to write a script of popup messanger . when i click the username and write some text and click on send message then popup winsow must be opened on that user systme. isit possible using php bcoz i m search in google but i didn't receive anything else. but reply me
Mar 25 '10 #1
1 1826
Atli
5,058 Expert 4TB
Hey.

PHP is a server-side language. To bring up popup windows you need to use a client-side language, like JavaScript.

Assuming you are doing this via a website, through a browser, the easiest way to do this would be to have PHP store the message in a database on the server, and have JavaScript on the receivers browser periodically check the server for new messages, using AJAX. - Then when there is a new message you can add a notice or bring up a popup window or however you want to handle that.
Mar 25 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: |-|erc | last post by:
<?php // Get the names and values for vars sent by index.lib.php3 if (isset($HTTP_GET_VARS)) { while(list($name,$value) = each($HTTP_GET_VARS)) { $$name = $value; }; };
3
by: Laxmikant Rashinkar | last post by:
Hi, I would like to write an instant messenger program. I thought I would use a textbox for the text, so I can easily scroll up and down. But the problem is that I cannot use multi colored...
4
by: Pete | last post by:
I'd like to add a basic chat application to my web site to get the members talking more, I've decided to limit the number of users to 30. There will be a seperate popup with a frame & three pages...
3
by: A | last post by:
Hi all! I am currently working on a project where I need to create a web-based chat application that will be used for auctions. If possible, could I get some advice on how to create chat...
1
by: Nikolay Petrov | last post by:
How to catch messages, received by Windows Messanger Service? TIA
1
by: =?Utf-8?B?WmV0aTcy?= | last post by:
I`ve downloaded messanger live 8.1, but after just one day the plus options was gone. Anyone who get a solution on this?
0
The1corrupted
by: The1corrupted | last post by:
Alright, I've set up a chat system that only works half way... I need suggestions on how to make it work better... I'm trying to figure out a way to make $_SESSION viewable to all players by...
2
by: sengpg345 | last post by:
hi everybody. i have a project in colage for messanger but i haven't idea of socket programing in c#.net . so plz give me the guidence i socket programing. if u have row matirial or tutorial then...
0
by: Deepak Rai | last post by:
Hi does anybody know that how to create panel like GMAIL chat window?
0
by: srikanth reddy | last post by:
How To Develop Chat Applcation In Asp.net And Messanger .
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.