[thelist] Q on PHP...

Dave Stevens dave at stemfiction.com
Mon Mar 15 15:18:31 CST 2004


Is it not this statement:

> 		if ( is_array($val)  )
> 		{
> 			print $key . " = ";
> 			while(list($key1, $val1) = each ($val))
> 				print $val1 . ' ';
> 			print "<br>";
> 		}

You're printing $key, which I assume is "id=". Perhaps you don't need this?

HTH
Dave


More information about the thelist mailing list