Forum: PHP
10-06-2012, 03:44 AM
|
|
Replies: 2
Views: 263
|
Forum: PHP
10-05-2012, 01:59 PM
|
|
Replies: 2
Views: 263
Simplify array to string
Hello all,
I have an array like this:
$people = array('Alan', 'Steve', 'John', 'Darren');
I was just wondering how I would be able to format that so it looked like this:
"Alan, Steve,...
|
Forum: PHP
09-21-2012, 07:55 AM
|
|
Replies: 0
Views: 331
How to structure PHP IRC bot plugin system
I’m making a small PHP bot for myself, nothing too complicated as I’m still in the process of learning PHP but I was wondering what the best way is to build a dynamic plugin system for it.
Right now...
|