Forum: Absolute Beginners
07-30-2009, 08:43 PM
|
|
Replies: 2
Views: 932
Hi,
Did you update the PHP file?
$query =...
Hi,
Did you update the PHP file?
$query = $db->query("SELECT value FROM countries WHERE value LIKE ‘$queryString%’ LIMIT 10");
to
$query = $db->query("SELECT value,id FROM countries WHERE value...
|
Forum: General
01-21-2009, 04:22 PM
|
|
Replies: 5
Views: 565
|
Forum: General
04-17-2008, 09:20 PM
|
|
Replies: 21
Views: 1,746
Hi all... working on my calendar here. Coming...
Hi all... working on my calendar here. Coming along nice, but I have question...
Why does this work:
if($todayis != ($i - $startday + 1)){
echo "<td class='tddate'>". ($i - $startday + 1) ....
|