Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Adding the category-ID to the Links-table?

Quote Reply
Adding the category-ID to the Links-table?
Hi,

i just recognized that links adds the category-ID as hidden variable if i call add.cgi?ID=268 - like this:

<input type=hidden name='CatLinks.CategoryID' value='268'>

I'd like to add a field into the links table like categoryID where this data should be saved (additionally to the CatLinks-Entry). I'd like to use a php-script to read several values from the Links-Table.

Any idea how to add the actual value of the choosen category into a field in add.cgi/modify.cgi?

Thanks!