Jump to content

aaronking

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

aaronking's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hello.. does anyone know how to find out if someone is leaving your site when they click a link on my website.. eg.. if i have a link on my site which goes to www.google.com is there some script I can use if they click the link open a popup window saying are you sure you want to go to that site.. Anyone know of any scripts.. I don't want to use www.mysite.com/leave.php?site=www.google.com i rather somehow if the link is www.google.com thanks
  2. The device is ment to be connected via a network using TCP/IP (winsock) however I have opened telnet and connected to it though that and it connects and works. however doing it in php I have no idea how to send data to the device. --- --- --- --- --- --- I have used Visual Basic 6.0 to connect to this device using the winsock control and sent the data to it.. Code: Winsock1.sendData "123" and it works but i want to do the same but in php --- --- --- --- --- ---
  3. hello, Does anyone know how to connect to a device eg. 203.xx.xxx.xxx with the port number 80 and once connected send a string to it using php? I have tryed 'fsockopen' but i don't know how to send stuff using it.. can someone give me a working example or help me out.. I am doing this for the first time. Thanks
×
×
  • 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.