[PHP] Video question

2006-12-19 Thread John Messam
How do I display video on my php page and prevent the video from being downloaded. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Finding a visitor's location

2006-10-23 Thread John Messam
Hello, I am trying to find out the country and possibly the city where the visitors to my site are coming from. I can capture the IP address but how do I translate that to a specific locale. Is there a way to do it or do I have to ask them and map the info myself. Thank you for you help. This