[PHP] webcam redirection/tunnel question

2004-04-08 Thread Jeremy Davis
I have a webcam that travels through various wireless links. It runs a webserver and can be viewed from anywhere. A lot of people watch this webcam, its out in a woods monitoring wildlife. The problem is that eats up a lot of our available bandwidth on the wireless network. Is there a way you

RE: [PHP] Is this code right?

2004-01-19 Thread Jeremy Davis
snip $query = SELECT Serial, Password from accounts where UserName='$UserName'; $result = mysql_query($query) or die(Query errort: . mysql_error()); $row = mysql_fetch_row($result) or die(User Not found: . mysql_error()); mysql_fetch_row only pulls data one cell at a time so you would need to