Forum: PHP Dec 30th, 2008 |
| Replies: 1 Views: 410 While browsing the implode manual on php.net I modified the following function.
http://us2.php.net/manual/en/function.implode.php#83464
<?php
function myImplode($before, $after, $glue,... |
Forum: PHP Dec 28th, 2008 |
| Replies: 1 Views: 410 I'm displaying a list of tags on my site which are formatted as CSV for every post.
Example: RFID, robots, decluttering
The CSV tags are stored in the MySQL database as one long string. I would... |