Search

You can find the results of your search below.

famp @computers:truenas
57 Hits, Last modified:
* 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
18 Hits, Last modified:
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
3 Hits, Last modified:
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, CakePHP and DokuWiki. * Web Technologies: HTML, CSS & Jav
sidebar
1 Hits, Last modified:
] * [[:word_cloud|Word Cloud]] * [[https://steve.joynt.org.uk/doku.php/sidebar?do=index|Site Map]]
welcome @wiki
1 Hits, Last modified:
you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be
truenas @computers:truenas
1 Hits, Last modified:
]] * [[famp|FAMP]] Stack - FreeBSD Apache MySQL PHP - initially for internal use only. * NTP time s
fgets @snippets:php
1 Hits, Last modified:
<file php> $filename = 'whatever';   $fh = @fopen($filename, 'r'); if ( ! $fh ) { throw new Excep
php @snippets:php
1 Hits, Last modified:
====== PHP Snippets ======