Search found 1 match
- Tue Nov 04, 2008 8:35 am
- Forum: PHP - Theory and Design
- Topic: Dynamic PHP Image "Loading..."
- Replies: 8
- Views: 1647
Dynamic PHP Image "Loading..."
I created a PHP script that checks several TCP ports on the viewer's IP address and then it displays an image corresponding to their open ports. The problem is, the image may take about 5-10 seconds to load since the script has to run a port scan first, before the image is displayed. I was wondering...