Forum Moderators: coopster
print('well, hello ' . $person . ', nice to meet you!');
I'm talking about the "dot" before and after the $person variable. What is the function of this dot? And is there a tutorial or newbie-type documentation somewhere where it is explained?
Neophyte
$main_request = "select id from $table where (tags like '%$tab[0]%'";
if ($var!="0") {$main_request .= " OR tagsvar like '%$tab[0]%' ";}
$res_main_request=mysql_query($main_request) or die ("Fail to do the search");