[PHP-DB] Passing XML

2001-06-28 Thread Niel Zeeman

Hi there

Is there anyway of passing a xml document to a php page as raw data.

What I want to do is eg.
send a page a xml document and recieve a response ( in xml ) from that page.

I could eg get the result using fopen( 'http://url.com/xml.php' , 'r' )

but how do i send it any data without using for eg.
fopen(  http://url.com/xml.php?xml=xml_string_document , 'r' )

Any help would be VERY helpfull

thanks
Niel




-- 
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] Interbase Problem

2001-06-26 Thread Niel Zeeman

Hi

We are running Firebird 0.94 SS on RedHat 7.1 Compaq Server

Hope this rings a bell??

Niel





Jorge Alvarez [EMAIL PROTECTED] wrote in message
9h90ja$1a8$[EMAIL PROTECTED]">news:9h90ja$1a8$[EMAIL PROTECTED]...
 What OS is running in the InterBase machine? Are you running IB Classic or
 SuperServer? I haven't seen this error but have read about it a few times,
 in those cases the machine was running Windows NT and IB SS.

 -Jorge

 Niel Zeeman [EMAIL PROTECTED] escribió en el mensaje
 9h76jh$ik6$[EMAIL PROTECTED]">news:9h76jh$ik6$[EMAIL PROTECTED]...
 Now the site will be running fine and then something will just trigger
the
  ibase server and it will push it into a flatline for anything between 1
to
  10 minutes.



 --
 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 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 with ibase_prepare/ibase_execute possible?

2001-06-26 Thread Niel Zeeman

Hi
Yes it is possible
I'm using it currentlyon some of my major qry's
You'd prepare the qry and the instead of using the ibase_query just use the
ibase_execute
in the same way

Niel


Arne Borkowski (borko.net) [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 Hi,

 I can use ibase_prepare/ibase_execute with an UPDATE statement. Okay.
 Could I use it for SELECT either? It does not seem to, however, I am
curious
 to know if at all and if so how.

 Cheers, Arne


 --
 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 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]