Re: [PHP] To fill an Array

2002-07-17 Thread Andrey Hristov


 $xy = array_values($_POST);


HTH

Regards,
Andrey Hristov

- Original Message - 
From: "Gabor Niederlaender" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 1:19 PM
Subject: [PHP] To fill an Array


> Hi all!
> 
> I would like to fill the values from my $_POST array to another array
> called xy which is not an associative array.
> 
> F.Ex:
> 
> $_POST['smthing'] should be $xy[0]  etc...
> 
> How do I do this?
> 
> Best regards,
> Gabor
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


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




[PHP] To fill an Array

2002-07-17 Thread Gabor Niederlaender

Hi all!

I would like to fill the values from my $_POST array to another array
called xy which is not an associative array.

F.Ex:

$_POST['smthing'] should be $xy[0]  etc...

How do I do this?

Best regards,
Gabor

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