Re: can I do a for each here??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for all your replies.

I liked Jeffs approach as it was more straightforward and  using 
age[Andrea] for the texboxes creates les confusion when doing the foreach 
statement.

I didn't quite get the cookie vs session bit. Are you saying they [cookies] 
use greater resources?

AD

"AndreaD" <andrea.davidson@xxxxxxxxxxxx> wrote in message 
news:20050317124854.69647.qmail@xxxxxxxxxxxxxxxx
>I have about 10 text boxes each taking in value (ages) , The code I have 
>checks for a value and if it is set it then sets the cookie to that value. 
>The else just clears the value. On the next page I use a foreach to get the 
>values but I think there must be a quicker way to collect the data appart 
>from 10 if-else staements.
>
> if (isset($andrea){
>
> setcookie("cookie[andrea]", "$andrea");
> }
>
> else {setcookie("cookie[$andrea]", "");
>
> }
>
>
> if (isset($james){
>
> setcookie("cookie[james]", "$james");
> }
>
> else {setcookie("cookie[$james]", "");
>
> }
>
>
> AD 

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux