Search found 2 matches
- Tue Jun 18, 2002 6:04 pm
- Forum: PHP - Code
- Topic: showing # of online guests?
- Replies: 4
- Views: 2783
Since the author does not have database access, a database solution wont help him! Since the web is stateless and you are not using a login system, you wont really have any way of knowing whether a user has left your site or closed his browser, but you can identify unique IP addresses hitting your s...
- Tue Jun 18, 2002 5:42 pm
- Forum: PHP - Code
- Topic: Newbie question : Using PHP to to receive and forward xml
- Replies: 2
- Views: 1021
I'm no expert, but this should be possible using PHP's network and file functions. Once the PHP script on your server receives the information from the Flash program, it should open a socket with fsockopen(), then send and receive protocol data using the file functions fputs() and fgets(). Once it i...