Hello again everyone,
I have to make a shoutbox with only PHP, but I don’t know how to continue.
I want to work with $_POST, and I need to make use of implode and explode.
My questions are as followed:
- What does implode and explode mean in this context? I’ve been trying to search and find out what this means and does, but so far I am thus unsuccessful ):
- What functions do I need to think of when making a shoutbox, and why?
-> I would like to understand the code as much as possible for myself also, of course
With HTML I’ll make a form with one value field and a submit button (so a very basic set-up in other words).
Thanks again for any help.