Re: [PHP] Reading an xml file from a POST array

2008-04-03 Thread Ilya Dyoshin
Good day Michael. I've done that as $xml_data = file_get_contents(php://input); $xml_object = new SimpleXMLElement($xml_data); And it works. Best regards, Ilya Dyoshin Michael Horowitz пишет: Simple XML has great tools to read xml from a string or a file. But I have it coming

[PHP] Re: Why use XML?

2003-02-10 Thread Ilya Nemihin
hope this helps :) Ilya ps: may be in future I make my this project open-source. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] text on image

2003-02-09 Thread Ilya Nemihin
' text, but text absolutely not rgb(255,255,255), image truecolor. I must use imagecreatetruecolor? but how...? Ilya -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] easy CMS

2003-02-06 Thread Ilya Nemihin
Hi! sorry for my impudence :) But may be you will be interesting in not cool CMS :) - elementalSiteMaker I have made it in Object-Oriented style, i.e. more interesting are code-inside :) http://www.elemental-sm.by.ru Thanks Ilya ps: I had some troubles with generalization (may needed new

[PHP] Re: zip_open in 4.0.6 ?

2001-10-18 Thread Ilya V. Lazarev
about results. Christian C. wrote: Ilya V. Lazarev [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi ! Has anyone tried zip_open in PHP 4.0.6 ? It says me that no such function. I've looked at php src and found zzip_open(), but this one expect more th

[PHP] zip_open in 4.0.6 ?

2001-10-17 Thread Ilya V. Lazarev
Hi ! Has anyone tried zip_open in PHP 4.0.6 ? It says me that no such function. I've looked at php src and found zzip_open(), but this one expect more than 1 arg ( supposedly 2 ). Any ideas ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] --with-imap-ssl

2001-05-16 Thread ilya
Has anyone been able to compile php with imap-2001 cclient with -imap-ssl option? it looks like format of cclient .h changed, and php is not able to find certain fnctions. i was wondering if anyone found a hack around? Looks like --with-imap-ssl is