problem with data structures

2001-06-15 Thread James Fisher
rate # the xml string. Any suggestions?! } } JF = Regards, James Fisher __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

Re: problem with variables

2001-04-17 Thread James Fisher
Good point ... note to self ... don't try and help people while to busy to really focus on problem. I jumped down to the loop without looking at the code Tad McClellan wrote: > On Tue, Apr 17, 2001 at 02:01:14PM -0700, James Fisher wrote: > > > the array

Re: problem with variables

2001-04-17 Thread James Fisher
the array starts at 0 not 1 you should realy look at foreach instead Pacifico wrote: > i have this program: > > $sup1='a'; > $sup2='b'; > $sup3='c'; > > for ($i=1 ; $i<4 ;$i++){ > print $sup($i); > } > > but give error, why???

Re: login help

2001-04-17 Thread James Fisher
You need to use the -l parameter to specify the login name ssh 192.168.2.21 -l arfan you can type ssh --help to get a list of params Nyx arfan wrote: > dear all > i have created a username on debian machine .now i want ssh to that > machine so there comes always root passwd > > ssh 192.168.2