With php you can do more than handling informations from databases or manipulating them but also you can let php act as another type of files such as xml, image or css file etc. by adding a header information at the begin of your code. (See header Manual) Again: beware, the header informations must be …
Category: Tutorials
RegExp in SqLite using Php
One of the important thing that i kept messing as i switched from MySql to SqLite is the direct usage of regular expressions in sql statments. After searching many times in the internet for a solution, i only found out that SqLite doesn’t support RegExp by default except by changing the functionality of the database …
Why SqLite?
A greate database with a great background. Havalite CMS is based on three magnificant softwares which changed the face of the modern internet: Php, Javascript and SqLite. The first two of them are well known as they exist since the beginning of the internet era. The third one SqLIte is not well known as much …
Desktopdesigner (JQuery Plugin)
Desktopdesigner is a JQuery Plugin allows to add stretched Background Image or/and Gradient Color to a Page Features Unobtrusive script, simple to setup Works with all modern browsers How To …tag to connect jQuery framework, desktopdesigner plugin and CSS. (Make sure paths to files are correct.) Options start // start color for gradient end // …
htaccess creator (a safe folder creation tool)
I work a lot with SqLite databases which are really flexible and fast for my online programs but SqLite database is only a file which can be downloaded from any one who knows the folder address. To make such folders safe from being seen or executed we need to create .htaccess and .htpasswd files with …