[PHP-DB] RE: select inside a while loop

2003-11-29 Thread Rolf van de Krol
Hello, Your code looks well. But is the variable $db the name of your database or your link-identifier. When it is the name of your database i'm not really surpised your code wouldn't work. mysql_query requires as second argument a link identifier. Rolf van de Krol -Oorspronkelijk

Re: [PHP-DB] RE: select inside a while loop

2003-11-29 Thread Martin Marques
Sorry, just say the message. Your code looks well. But is the variable $db the name of your database or your link-identifier. When it is the name of your database i'm not really surpised your code wouldn't work. mysql_query requires as second argument a link identifier. Read what Rolf says.

[PHP-DB] Berkeley DB Btree

2003-11-29 Thread Ivan Fomichev
Greetings, All! I wonder if it is possible to profit embedded in Berkeley DB Btree access method by PHP. I am interested in some kind of documentation on this topic or at least piece of code, which connects to Btree and customizes comparision function. Any hints will be

Re: [PHP-DB] Downloading PHP source from a PHP filename, possible?

2003-11-29 Thread JeRRy
Hi, Thanks for the code(s), finally got it to display in a page. But I crashed the server in the attempt. Very bad thing I did... Which threw out over 3000 processes for just visiting the page the one time... eck! It was nasty, I hope noone else attempts it. If people want the code that I

Re: [PHP-DB] Downloading PHP source from a PHP filename, possible?

2003-11-29 Thread David T-G
Jerry -- ...and then JeRRy said... % % Hi, Hi! % % Thanks for the code(s), finally got it to display in a % page. But I crashed the server in the attempt. Very % bad thing I did... Which threw out over 3000 processes % for just visiting the page the one time... eck! Oops :-) % % It was