display record outside of foreach |
Hi coders.
i have foreach to display record and it work well but my problem is i need to display record ex. (date) outside of foreach or outside of a table and how?. example. PHP Code: <table> Thanks.
Why not just use the result array like
PHP Code: print_r($result);
|
Welcome Guest, Not a member yet? Register Sign In |