while ($row = mysql_fetch_array($selection)){
if (section == $sectionName){
echo "" . $row["sectionName"] . "";
}else{
echo $row["sectionName"];
}
thx
Not sure if I understand you 100% but I think you could just either
check the $_GET or $_REQUEST array. Something like this:
i
I'm a cold fusion refugee and am having incredible problems with something
that I think is relatively easy -- so I must be missing something basic.
I would like to pull info from a query string and use it inside a database
call
I have a navigation bar that includes data pulled from a database.
Si
2 matches
Mail list logo