Forum: PHP Jun 10th, 2009 |
| Replies: 22 Views: 1,003 it will print the data from the database.
i am sure. |
Forum: PHP Jun 1st, 2009 |
| Replies: 4 Views: 502 you can achive this by using explode function
suppose you have info. in array like
$array[0]
now by using explode function:
now $exploded[0] will contain status=1
i hope this helps you. |