i'm not sure how to ask this - i'm trying to plan ahead as i learn here... i want to build on my add-a-link script to where people can delete entries from the web. this website is customizable to where peoplle can set their preferred links target using cookies. but, when someone posts a link to a text file, the file gets written "target='foo'" instead of <?PHP echo $links_target?>. how can i get around this?
would it be better to call a function in all files that replaces "target=''" with the cookies target variable?
i always get mixed up with server processing and includes.
thanks