Hi,
I have a problem to be solved.I'm expecting the help.
I want a system which allows user to send a message to a remote IP address using only PHP.I want the corresponding source code.
Thanx,🙁

 Let me describe the problem properly,

Basically I'm looking out for a cross platform application which can be developed in PHP,MySQL which lets the user to send messages.The user should be displayed the messages that he'll get whenever he logs in.The popping up of the messages should be dynamic that user should not trigger the event.
Can it be possible?If so please any body help me out with the source code.

    interesting problem, you want to send a NETSEND message maybe? i know you can use sockets in PHP but you'd need to know the RFC/spec for net send to send one..

      3 months later
      exec ("net send \"" . $username . "\" " . $message);
      

      Fill the right data into the tow vars, and you are good to go!

        Write a Reply...