SQLite vs. MySQL
Ordix AG headlined an article about SQLite with the words: 'SQLite – The database for calorie-conscious'.
What is all in all correct. But why did I search information about SQLite?The answer is easy: I want to write an access wrapper for my new system, so Idon't need to use mysql_query() all the time... And another benefit is thatI would be able to change the whole database system, by just changing the class,the wrapper. And right form this idea away and by a friend I met SQLite, whichsounds at the first time too small for a ...
Protect E-Mail Addresses
Everybody knows these nasty little emails trying to sell you Viagra and stupidstuff like this. Everybody hates those emails, which were send by a mass-senderwhich got your email address from the WWW.These spam senders are crawler like Google orYahoo! but they are just looking for data which matchesthis scheme: anything@domain.top-level-domain.So there are pages like PHP.net which totally don't linkany correct email addresses at all, they makes it necessary to edit the addressin your email program. At the page of PHP Classesis this scheme used: anything at domain ...

