Re: [PHP] PHP5 DOM

2005-02-22 Thread Sergio Gorelyshev
On Tue, 22 Feb 2005 15:02:38 +0200 Sergio Gorelyshev <[EMAIL PROTECTED]> wrote: It's work!!! :-) Thanks. Here is a valid code: appendChild(($root = $dom->create

Re: [PHP] PHP5 DOM

2005-02-22 Thread Sergio Gorelyshev
saveXML()); ?> Result is: string(31) " " > > I beleive this is what you need along with Normalize. > Good luck. > Yann > > On Tuesday 22 February 2005 06:54, Sergio Gorelyshev wrote: > > Hi to all. I have a problem. I need to "glue" 2 or more Dom

Re: [PHP] PHP5 DOM

2005-02-22 Thread Sergio Gorelyshev
ak this conclusion and give me an appropriate solution? P.S. I did it with PHP 5.1.0 cvs version and I used a small trick. Thanks. -- RE5PECT Sergio Gorelyshev -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP5 DOM

2005-02-22 Thread Sergio Gorelyshev
solution? P.S. I did it with PHP 5.1.0 cvs version and I used a small trick. Thanks. -- RE5PECT Sergio Gorelyshev -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] round

2005-01-26 Thread Sergio Gorelyshev
e, for example: > 8.26 You can try the sprintf() function > But, it also gives me 3 instead of 3.00. How can I round but retain the 0's? > > Thanks! > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php &g

[PHP] php 5.1.0 release - when?

2005-01-25 Thread Sergio Gorelyshev
Hello all. Is anyone aware of php 5.1.0 release date? Thanks. -- RE5PECT Sergio Gorelyshev -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] if then else short form

2005-01-21 Thread Sergio Gorelyshev
p://www.gurtlush.org.uk/profiles.php?uid=4 > (email address this email is sent from may be defunct) > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- RE5PECT Sergio Gorelyshev -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [Fwd: Re: [PHP] php 5 interfaces]

2005-01-21 Thread Sergio Gorelyshev
ece of paper it may be printed on but not with the actual blueprint) > because the blueprint is an idea/concept. > > hope that helps you to understand the rationale. Thanks. This really helped me to understand php developer's way of thinking. > rgds, > JOchem > > &

Re: [PHP] php 5 interfaces

2005-01-21 Thread Sergio Gorelyshev
On Thu, 20 Jan 2005 11:13:11 -0800 (PST) "Richard Lynch" <[EMAIL PROTECTED]> wrote: > Sergio Gorelyshev wrote: > > Hi all. > > > > Situation: > > > > interface MyInterface { > > public static myMethod(); > > } > > >

Re: [PHP] Re: php 5 interfaces

2005-01-20 Thread Sergio Gorelyshev
On Thu, 20 Jan 2005 16:39:21 +0100 "M. Sokolewicz" <[EMAIL PROTECTED]> wrote: > Sergio Gorelyshev wrote: > > Hi all. > > > > Situation: > > > > interface MyInterface { > > public static myMethod(); > > } > > >

Re: [PHP] Use a query twice

2005-01-20 Thread Sergio Gorelyshev
> Is it possible to use the same result set to loop through the values form > the begining or do I have to create the $result varible again? see mysql_data_seek() > Thanks for your help > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http

[PHP] php 5 interfaces

2005-01-20 Thread Sergio Gorelyshev
than practical. Thanks -- RE5PECT Sergio Gorelyshev -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php