Phpdiscuss - Php Newsgroups And Mailing Lists wrote:
> Hi,
>
> Does anybody have any depthful knowledge of the SimpleXML extension in
> PHP5?..
>
> More accurately, do you know if the simpleXml->xpath() method uses DOM,
> SAX or some other method of parsing a loaded XML document?
>
> I ask beca
Curt Zirzow wrote:
> * Thus wrote Bill McCuistion:
>> Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy
>>
>> Hello all. Hoping for some direction with the above step.
>>
>> Have PHP-5.0.2 and can configure the soap and openssl options, but w
Sorry if this is an old question:
Where can I find information on any plans to create a compiler for PHP,
especially v5.x?
Barring that, is there a PHP syntax checker that would enforce some of the
types of things that a compiler would find?
I remember from back in my MS-DOS days the very go
Afan Pasalic wrote:
> hi,
> how can I check using php that I use SSL?
> tried with
> REQUEST_URI
> HTTP_HOST
> PATH_INFO
> but any of these does show http://
>
> Thanks!
>
> -afan
from the command line...
php -m
should list openssl if ./configure --with-openssl option specified.
--
PHP Genera
Dan Joseph wrote:
>> how is the xml being sent to you from the other place on the internet? is
>> it being posted in a form, etc.?
>
> It won't be thru a form. I guess it'll be a direct send, he'll format
> something like...
>
>
>Jack
>239048098324
>
>
> ... in a string and send it o
Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy
Hello all. Hoping for some direction with the above step.
Have PHP-5.0.2 and can configure the soap and openssl options, but when I
add the tidy option, the operation stops with the following message.
--> checking for TIDY sup
[EMAIL PROTECTED] wrote:
>
> Hello,
>
> I looking to get the data out of this test.xml file but dont
> know how to get the data out because of the "bo:" namespaces.
> If I remove all "bo:" from the xml then it works fine...
> Is anyone can tell me how to do it?
>
>
> $file = "test.xml";
> $xm
7 matches
Mail list logo