[PHP-DB] url-open

2001-03-30 Thread Mirko Cegledi

Hi!

I know its offtopic, but I don't want to join another mailinglist for this
one question: I try to open a webpage per fopen, but it didn't work. We're
using php3 and are behind a firewall. But the firewall isn't the problem, is
it? Its annoying, I've tried this for about four months now a couldn't find
a solution...
Can anybody help me? 

regards,

Mirko


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] Select Database number show it

2001-03-29 Thread Mirko Cegledi

 -Original Message-
 From: David Balatero [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 29, 2001 4:33 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: RE: [PHP-DB] Select Database number  show it
 
 
 I believe this is what you want:
 
 SELECT * FROM mydatabase LIMIT 0,5
 

 Hi!
 I'm for this for months now. But seems not to work with Oracle 8.0.5. Could
anybody tell me how I get the first five rows of a table with oracle?

Thanks in advance,

Mirko


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] CONNECT BY PHP problem

2001-02-19 Thread Mirko Cegledi

Hello there!

 I'm new to this list and I've got a problem ;). Have I to introduce myself?
Anyway, here it is:

 I'm using an oracle database to store hierarchic data in a single table.
With HORA, it is no problem to display the hierarchic structure via the
CONNECT BY clause. I tried the same statement in PHP3 and it didn't work out
right. Except in one case, I always receive no rows in the result. The
exception is, however, when there's only one row in the result. Could it be
that there is something that prevents me from using this feature (CONNECT
BY) or have I to nuzzle through my source in an endless quest for a
microscopic bug?

Regards,

Mirko Cegledi


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]