Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- famp @computers:truenas
- * Apache web server * MySQL database server * PHP scripting language interpreter The FreeBSD Jail ... server (usually the same as the internet gateway) PHP_VER="74" # Which version of PHP you want to install (for PHP v7.4 specify "74") </code> 3. Delete any old jail with the same name -
- syntax @wiki
- s), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_s... lation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customization of the english language file * Copy only the strings that needs to be mod... files|images]] (see below) like this: [[http://php.net|{{wiki:dokuwiki-128.png}}]] [[http://php.net
- skills @skills
- o-date web site. I developed the system myself in PHP, and could quickly respond to requests for extra ... Server: LAMP (Linux, Apache, MySQL aka MariaDB & PHP) * Web Frameworks: Yii & HumHub, Joomla, CakePH
- sidebar
- ] * [[:word_cloud|Word Cloud]] * [[https://steve.joynt.org.uk/doku.php/sidebar?do=index|Site Map]]
- welcome @wiki
- you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be
- truenas @computers:truenas
- ]] * [[famp|FAMP]] Stack - FreeBSD Apache MySQL PHP - initially for internal use only. * NTP time s
- fgets @snippets:php
- <file php> $filename = 'whatever'; $fh = @fopen($filename, 'r'); if ( ! $fh ) { throw new Excep
- php @snippets:php
- ====== PHP Snippets ======