
09-19-2007
|
| Administrator
Join Date: Jun 2007
Posts: 3,729
BRL$: 31,920.40 Thanks: 0
Thanked 4 Times in 4 Posts
Rep Power: 403 | | Some variable problem Hi the code below is in an array format. PHP:---------echo join(', ', $sort_fields_w);--------- i can display the value directly but what i want is to strore the *join(', ', $sort_fields_w)* in a variable called $val so i can display the value using echo $val; in other function. Any way on how i transfer the value from *echo join(', ', $sort_fields_w);* into the *$val* variable? thanks To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | | | |