- To: php-general@xxxxxxxxxxxxx
- Subject: Re: Variable representation
- From: Mihamina Rakotomandimby <mihamina@xxxxxxxxx>
- Date: Mon, 02 Apr 2012 07:55:21 +0300
- In-reply-to: <CA+JU9CKWf5BhX6cHfSWOFNcBqG=gdFFtwDcTn45uZfGjYUcNWQ@mail.gmail.com>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1
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
[PHP Home]
[Apache Users]
[PHP on Windows]
[Kernel Newbies]
[PHP Install]
[PHP Classes]
[Pear]
[Postgresql]
[Postgresql PHP]
[PHP on Windows]
[Find Someone]
[PHP Database Programming]
[PHP SOAP]