Improving on the Message Board start we had with yesterday’s Message Board One Liners Primer Tutorial, today we introduce …
- the idea of a Message Board …
Group
… allied to …
- how an email and/or SMS invitation from …
the originator + the rest of the group = the group
… and our “blurb” on that user related textbox now reads …
Name you will see on board above where a comma separated list like RJM[rmetcalfe15@gmail.com],RMet[rmetcalfe@rjmprogramming.com.au] would invite RMet to Message Board via that email address and flagging that rmetcalfe15@gmail.com would be sending the invitation.
Making these optional invitations a possibility asked for extensions to the clientside of our Message Board code, and as such, we decided to write a new …
- “proof of concept” talk_about_it.js external Javascript … to help out …
- a changed talk_about_it.php PHP (ie. serverside) Message Board web application you can try below
And for the second time, we’ve made use of email and/or SMS body sections containing multiple URLs each getting recognised because they are separated by a line feed. That means we can, there and then, at the email received by the email recipient stage, get the recipient to set themselves up in terms of …
- name
- contact
… completely, as they click/tap the relevant email and/or SMS Message Board link. If you are ahead of the curve here, no Message Board filtering of data has happened … yet?!
Previous relevant Message Board One Liners Primer Tutorial is shown below.
PHP has …
- include ‘./prepend.php’; // … and/or …
- require ‘./prepend.php’; //… and/or …
- php_value auto_prepend_file “prepend.php”
// php.ini directive in relevant folder .htaccess … worked on our local MAMP Apache web server but not up at RJM Programming domain Apache web server
… as ways to prepend PHP (called prepend.php into some other PHP), a design we wanted to implement for today’s “proof of concept” Message Board One Liners helped out by prepend.php helper, which you can also try below …
| Message Board | |
|---|---|
| User 1 | User 2 |
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.



