The calling html part: the running javascript the value generating php
Tag: php
Operating Systems
Virtual Hosts with XAMPP
by Mike • • 0 Comments
go into Xamp Directory /apache/conf/extra/ edit httpd-vhosts.conf the Require all granted is essential! Start Xampp Apache and done 🙂
Operating Systems
Apache2 Unable to open logs
by Mike • • 0 Comments
if you get a “unable to open logs” after apache2 service restart try to edit the /etc/apache2/envvars and add or modify the line APACHE_ULIMIT_MAX_FILES=’ulimit -n 65536′
Programming, Software / Hardware
Smarty Template System
by Mike • • 0 Comments
Will man neue Seiten aufbauen hat man mehr oder weniger die wahl ob man ein template system verwendet oder nicht. Nimmt man eines, sollte es natuerlich schnell und einfach sein. Wer ein flexibles und mit dem ein oder anderen feature braucht, kann ich “Smarty PHP Template Engine” empfehlen. Ist ein relativ kleines Paket was man…