RE: [PHP-WIN] 2 dimension Array...

2002-12-20 Thread Sjon
printf('', $team, $outputstring[$team][1]); even more easier to read, xhtml complient, and better to maintain... if $team is always a number, you could change the teamName[%s] to teamName[%d], but that's just being picky... :) Sjon. -- PHP Windows Mailing List (http://www.php.net/) To unsu

RE: [PHP-WIN] 2 dimension Array...

2002-12-19 Thread Howard, Robert P
Try changing your echo string to this:- echo ""; This will make your code eaiser to read as well as showing when you have a missing Quote as Dash has pointed out; Regards, Rob Howard Database Technician Canberra Deep Space Communication Complex -Original Message- From: krizz [mailto:[E

Re: [PHP-WIN] 2 dimension Array...

2002-12-19 Thread Dash McElroy
You are missing an opening quote: echo ""; Try that. -Dash -shad No committee could ever come up with anything as revolutionary as a camel -- anything as practical and as perfectly designed to perform effectively under such difficu