Here's a quick question I cannot seem to find the answer to.
What does ".name." do? Where name can be anything. What does the . do?
._ is the 'hop, skip' in: 'hop, skip, and jump' where jump=name
-dolphinsnot
Dear Friend,
I retrieved 800 records from my DB and it's ordered by last name. I have almost 20 fields. I want to create a link for these 20 title fields. So when I click one of them it's ordered by that link. Anyone who could show me some sample code about doing this. Thanks very much!!!!!!
If you know (or know how to find out) the field names, each link could change the SQL string to "SELECT * FROM table ORDER BY $fld_st"; right?