Jump to content

popup open to different ip


Nandini

Recommended Posts

Hi

 

I want to open popup window in different ip

that means i am in 192.168.1.116

php script is in 192.168.1.116

I have to put onlink like "popup"

when user click that link the popup willbe open in user's ip address.

 

Ex: user open my ip address 192.168.1.116 on his 192.168.1.138

and click popup link. popup will open in his 192.168.1.138

 

How can i do thta?

Link to comment
https://forums.phpfreaks.com/topic/131050-popup-open-to-different-ip/
Share on other sites

I think he's asking for the IP to work as a kind of "to" address for his popup. So when a user at one IP clicks to send 'popup' to another user at another IP, it'll popup a message or something .. Perhaps some kind of chat system or admin system?

 

If you want it to be in real-time, ie. not every time the page is reloaded, then you'd definately need AJAX... Otherwise it's just registering who sent who what in the database and then testing for it with PHP when the page is loaded. I assume with you posting in the javascirpt forum though you're looking for it to be real-time..

 

Adam

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.