Hi,
I have array(info) which contain value separated by @.
Code PHP:info Array ( [0] => 1@1@2011-09-06 [1] => 61@11@2001-01-01 [2] => 781@13@2001-01-01 )
and my php function contain following
it should print 1,61,781. it is printing noting. It does not make any sense!Code PHP:
Please help.


Reply With Quote
Bookmarks