On 04/02/2012 07:46 AM, Adam Randall wrote:
$images[] =  stripslashes( $row['image_1'] );
$images[] =  stripslashes( $row['image_2'] );
$images[] =  stripslashes( $row['image_3'] );
$images[] =  stripslashes( $row['image_4'] );

$images[1] =  stripslashes( $row['image_1'] );
$images[2] =  stripslashes( $row['image_2'] );
$images[3] =  stripslashes( $row['image_3'] );
$images[4] =  stripslashes( $row['image_4'] );

would "force" the order.

--
RMA.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to