[PHP] MySQL error

2002-12-12 Thread GWAD Mailinglist
Hi,

I have following problem:

list.php3

 line 36   while($row = mysql_fetch_row($mysql_result))

{

//get columns
   
  $id = $row[0];
  $ynimi = $row[1];
  $ylahi = $row[2];
  $ypostios = $row[3];
  $ypostitmp = $row[11];

  print("\n");   
  print("\n");
 
  print("$ynimi, $ylahi, $ypostios
$ypostitmp\n");
  print("MUOKKAA> - POISTA>");

  print("\n");
  print("\n");

}

// disconnect 
mysql_close($mysql_link);
?>

when run, i'll following error messages:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result resource in /www/domains/lammidb.phnet.fi/public_html/kaikki.php3
on line 36



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Media library

2002-12-18 Thread GWAD Mailinglist
Hi!

I'm looking a (good) PHP source for media library

reg (eg.).

- user authentication
- user groups
- store pictures / video / audio (database or file)
- easy upload
- php / mysql / apache

and maybe

- simple picture edit, video / audio edit??

Anyone to know something good source?




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php