Re: [PHP] PHP & PDF

2002-05-17 Thread peter tatischev
Why not mail it as MIME?? if that's not the case, refer to http://www.php.net/manual/en/ref.pdf.php - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 5:17 PM Subject: [PHP] PHP & PDF > Hi the ML > > I have the following question : > > I hav

[PHP] DOMXML question

2002-05-17 Thread peter tatischev
What is the type of array returned by child_nodes()? I have an XML doc parsed into a DOM structure by $docnode = domxml_open_file("blah") then I get root by $root = $docnode->document_element(); then I get the first node $f_child = $root->first_child(); and then I want to get an array of all the

[PHP] how to get to POST request from PHP?

2002-05-15 Thread peter tatischev
fputs($fp, $header . $request); --- How can I access the request data in /post/bot/xml/test.php? Is it possible at all? RAW_POST doesnt't help in this case... Any suggestions? Peter Tatischev Senior Mobile A