[PHP] Implode a 2D Array

2009-07-02 Thread salmarayan

Can any one tell me how can i implode a two D Array.
i can implode normal arrays, but when i try to implode multidimensional
Arrays, the result is empty.
can some one tell me how to implode an array Like This


$x=array ( [0] = array ( [side] = sell [stock_code] = AFMC.CA [quantity]
= 200  ) ,
[1] = array ( [side] = buy [stock_code] = AFMC.CA [quantity] = 200 );

i want to implode it in a way, the later one i can seperate rows, meaning i
can seperate [0] from [1] and the elements in each row, like the side stock
code using the SPLIT function.
Thanks in Advance. :)
-- 
View this message in context: 
http://www.nabble.com/Implode-a-2D-Array-tp24313886p24313886.html
Sent from the PHP - General mailing list archive at Nabble.com.


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



[PHP] How to sort a two-D ARRAY

2009-06-24 Thread salmarayan

Can Anyone tell me how to sort two D Array 
for example like this one based on the gain
Array ( [0] = Array ( [company_name] =X [gain] = 0.2 ) [1] = Array (
[company_name] = y[gain] = 0.34 )[2]1] = Array ( [company_name] =z[gain]
= 2 )  )
Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/How-to-sort-a-two-D-ARRAY-tp24193925p24193925.html
Sent from the PHP - General mailing list archive at Nabble.com.


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



[PHP] Calendar

2009-06-18 Thread salmarayan

Does Any body please have the code of A Java Script Calendar that works with
a PHP Html  Form.. 
if yes can you please send it as i have one but does not work that
Efficiently.

Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Calendar-tp24099681p24099681.html
Sent from the PHP - General mailing list archive at Nabble.com.


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