Search found 3 matches

by michelefaccini
Mon Jan 28, 2019 8:18 am
Forum: Skins and Themes
Topic: Template engine
Replies: 1
Views: 12189

Template engine

Hi all, I would like to know which template engine is used and where is it located.Thanks a lot in advance....
by michelefaccini
Sun Jan 27, 2019 10:38 am
Forum: General discussions
Topic: require a file
Replies: 1
Views: 2596

require a file

Hi all, I need to require a php file from the index.php.
I tried require("../my file.php"); but the relative path doesn't work
I tried require($_SERVER['DOCUMENT_ROOT']."/my site/my file.php"); but it doesn't run too :? :? :?
by michelefaccini
Wed Nov 22, 2017 7:52 am
Forum: Webserver and configuration
Topic: system requirements
Replies: 1
Views: 5807

system requirements

Hi all, phpMyFAQ require the following extensions GD, JSON, Session, MBString, Filter, XMLWriter, SPL.
Where can I found these because under PECL I found none.Thanks in advance......