On 4/3/06, Mace Eliason <[EMAIL PROTECTED]> wrote:
> This is what I am doing and the output (for testing) seems correct
> while($row=mysql_fetch_array($result))
> {
> $banner= array($arrayIndex => $row);
>
> echo $banner[$arrayIndex]["image"]. "";
> echo $banner[$arrayIndex]["url"]. "";
> e
Hi,
Tuesday, April 4, 2006, 8:37:18 AM, you wrote:
ME> Hi,
ME> I am trying to read form a database and place everything in a
ME> multi-dimentional array
ME> This is what I am doing and the output (for testing) seems correct
ME> while($row=mysql_fetch_array($result))
ME> {
ME> $banner= array(
I am trying to read form a database and place everything in a
multi-dimentional array
This is what I am doing and the output (for testing) seems correct
while($row=mysql_fetch_array($result))
{
$banner= array($arrayIndex => $row);
echo $banner[$arrayIndex]["image"]. "";
echo $banner[$arrayIndex
3 matches
Mail list logo