Hi
Why does this not work?
if (!$artnr) {
include "./smalltable.php" ;
}
else {
include "./bigtable.php";
}
any suggestions - thanks in advance.
PS. Is this the best php group for this sort of question?
CAH
Why does this not work?
if (!$artnr) {
include "./smalltable.php" ;
}
else {
include "./bigtable.php";
}
any suggestions - thanks in advance.
PS. Is this the best php group for this sort of question?
CAH
Comment