You are here: Re: comparing two XML->objects « PHP Programming Language « IT news, forums, messages
Re: comparing two XML->objects

Posted by ZeldorBlat on 10/26/07 23:27

On Oct 26, 5:48 pm, Kevin Blount <kevin.blo...@gmail.com> wrote:
> I'm getting data from an XML file using this method:
>
> $name = $xml->user_info->user['name'];
> $nickname = $xml->user_info->user['nickname'];
>
> &
>
> $age = $xml->user_info->user['age'];
> $shoe_size = $xml->user_info->user['show_size'];
>
> I want to compare name & nickname, and age & shoe_size, but I can't
> figure out how, as all 4 are objects.
>
> Basically I want to know if age > show_size or name == nickname.
>
> How would I do that?
>
> I tried:
> if ($age > $shoesize)
> {
> echo "age is higher";}
>
> else
> {
> echo "shoesize is higher";
>
> }
>
> but it ALWAYS comes out as "shoesize is higher", mostly I think
> because I'm comparing objects, not integers. I just can't find out how
> to convert the obj to an int, or compare two like-typed objects.

Why wouldn't you just do this:

if($xml->user_info->user['age'] > $xml->user_info->user['shoe_size'])

Also notice that I used 'shoe_size' instead of 'show_size' -- may be
your typo, or it might not.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация