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 c
>$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
2 matches
Mail list logo