Re: [PHP-DB] Something Stupid

2001-02-06 Thread nuitari
$mysql_link = mysql_connect("myhost.domain.com","some.user","some.password " you are missing a ); while($rows = mysql_fetch_array($myresult)); there is a ; that is not needed -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DB] File retrieval from DB

2001-01-24 Thread nuitari
Beau Lebens wrote: Greetings all, I am having great difficulties with an online app that I am developing. To avoid issues with file permissions etc, I am saving files into a MySQL database (soon to be PostgreSQL), which works marvellously. Along with the contents of the file, I save

Re: [PHP-DB] select with parentID field into multidimensional array?

2001-01-21 Thread nuitari
Well don't forget to use the order by and group by and where commands in SQL they could be quite useful in making a tree Stephen wrote: Im not putting the array data back intoi the db, it is just to structure the data coming out of the db before i create a tree like structure with it on the