Message Board One Liners Primer Tutorial

Message Board One Liners Primer Tutorial

Message Board One Liners Primer Tutorial

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.

This entry was posted in eLearning, Event-Driven Programming, Operating System, Tutorials and tagged , , , , , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *