Author: Alexander Email: Barkov Message: $(t) is used for tag limits, $(cat) is used for categories.
Dmity, please check whether it's explained in documentation. > I am setting up the category select in search.cgi and have discovered that the >syntax has changed for the newest version of the script. > > i used to use this but it no longer works: > > <SELECT NAME="cat"> > <OPTION VALUE="" SELECTED="$g">All languages > <OPTION VALUE="01" SELECTED="$g">ASP > <OPTION VALUE="03" SELECTED="$g">Perl > </SELECT> > > I am now using this, but it retrieves the same results no matter which is selected. >replacing 'c' with 'cat' as stated in the text help file does not work either. does >anybody know the correct syntax > > <SELECT NAME="c"> > <OPTION VALUE="" SELECTED="$(c)">all sections > <OPTION VALUE="01" SELECTED="$(c)">English > <OPTION VALUE="02" SELECTED="$(c)">Non English > </SELECT> > > Reply: <http://www.mnogosearch.org/board/message.php?id=3222> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
