473,508 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

is it possible to send messages in a lan network using php?

127 New Member
admin has to send messages to the users who are all in the network in a local area network. is it possible in php?

plz help.
Oct 7 '10 #1
3 2452
Markus
6,050 Recognized Expert Expert
There's nothing, AFAIK, in PHP specifically for this. You can however just use exec() or something like to make a system-call to do the sending.
Oct 7 '10 #2
johny10151981
1,059 Top Contributor
how do you define "all in the local area"?

what kind of software they would use to receive to receive message from admin

Or are simply trying to talk about email system?

If you simply think about chatting using web application this is very much possible and widely used in lots of well known websites. Implemented using AJAX.

I have never implemented any chatting software using website.

As you know, webserver never send any request to client by himself. So if you wanna implement a chatting software, you can follow this

sending the sender message to the server. using ajax
Saving the message to database.

to read the message:
Other client will frequently send request to see if there is any new message for the client. if there is any new message server will reply along with the message. and the transferred message will noted as read in the database so that server dont send that message to client again.

And finally clearly say what you need.
Oct 7 '10 #3
Markus
6,050 Recognized Expert Expert
Local area = Local Area Network (LAN).

http://www.microsoft.com/resources/d....mspx?mfr=true
Oct 7 '10 #4

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

Similar topics

1
2157
by: srinivas | last post by:
Hey all, I need to develop a project which i need to send messages to Yahoo messenger Users... Can any one help me by telling how to do that... i got some information about yahoo protocol.. Thank...
5
4828
by: zorhel | last post by:
Hi. My clients will be IE, Mozilla and Opera in a Windows and *nix OS. So, my web app need to, from a server, send messages to a specific client (browser), send messages for all clients,...
2
1133
by: shun | last post by:
Hello Friends, i am dealing a project, in which i stuck here, the problem is i am new to VC++.net so i need a friends help to solve this problem. I have to identify a system which is...
0
3234
by: Atenza | last post by:
Hi all, I develop an VB6 program to send email by using CDOSYS.DLL. It works fine as follow: Dim iMsg As New CDO.Message Dim iDsrc As CDO.IDataSource Set iDsrc = iMsg ' (QueryInterface)...
2
1677
by: Dabulsta | last post by:
I am trying to design a network using Windows Server 2003 Active Directory infrastructure for the following company(below) and I was wondering if there was some sort of walk through available to...
4
17441
Frinavale
by: Frinavale | last post by:
Introduction Many .NET applications will require an email be sent out for various reasons. This article will give a quick examples on how to send an email using VB.NET. The examples given can...
4
3272
by: viniiya | last post by:
Hi All, How to Create list of Server/Domains and its User Names from the Network using C#? I tried with Netuserenum and I got only User Names for server but not Domain users. Code I used: ...
7
22840
by: Rob Dob | last post by:
The following code is giving me a timeout problem., no matter what I do I can't send a piece of mail using .net2.0 System.Net.Mail.SmtpClient via port 465 and using ssl, if however I try using...
0
1871
by: devidevi | last post by:
hi i want to know how to perform Routing in mobile adhoc network using AODV protocol in NS2 simulator & to find out packet delivery ratio...plz help me out
2
1277
chandru8
by: chandru8 | last post by:
hi to all i need to send messages to multiple systems which are all connected in the lan iam using vb6.0 can any guide me thanks to all
0
7118
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7493
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5625
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3180
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1550
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
763
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
415
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.