1 2 3 4
<?php if (preg_match('#^[a-z0-9]$#Di', $_GET['n'])) ...
PHP On Resolving TinyURLS to the d...
by Hubert Roksor,
November 06, 2007 18:25
Meir's solution looks good,...
1 2 3 4
// cache mode settings $cache = true; // true/false --> enable/disable cache mode $cache_dir = "./cache"; // server directory -> must be writeable ...
1 2 3 4
CREATE INDEX channel_id ON items (channel_id); SELECT c.id, c.url, c.updated, i.id AS ItemId, i.channel_id, i.created, i.checksum, i.title, i.description, i.link, i.date, i.image, i.topic, i.latitude, i.longitude ...
PHP On SQL JOIN vs. tmpTable
by Hubert Roksor,
November 06, 2007 16:29
First of all, you need an i...

Actually, I would use neith...