2012
02-28
02-28
table strange border color in firefox
Problem:
You can find your self wondering why if you put border to table let say color #F00 it have different colors at different borwsers.Funny
(more...)
SELECT -- ... ( (SELECT SUM(t.v) FROM tab1 t ) + (SELECT SUM(t.v) FROM tab2 t ) ) AS x -- ...Something like that give me NULL in x in every row even if there was a lot of records in tab1. (more...)
(more...)
//that work with rest of code function fun(){ //... return $table; } //that do not work with rest of code function fun(){ //... foreach( $table as $key => $val ){} return $table; }