implode.....why the [EMAIL PROTECTED] didnt i think of that??
Thanks dude.
Just one last question, the last variable i am getting is page=1, how do i
increase this?
Basically I need to do a $page++

Thanks,
-Ryan


We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com


----- Original Message -----
From: "skate" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 9:23 PM
Subject: Re: [PHP] Half solved (was foreach in search)


>
> >
> > $someVar=$test[0]. "&" .$test[1]. "&" .$test[2].....etc
> >
>
> $someVar = implode( "&", $test );
>
> ... should do the trick
>
>


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

Reply via email to