faqts : Computers : Programming : Languages : PHP : Common Problems : Tips and Tricks

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 7 people (29%) answered Yes
Recently 0 of 5 people (0%) answered Yes

Entry

How can I stop Third Voice notes being posted on my site?

Jun 8th, 1999 07:00
Nathan Wallace, Steve Douville



Seems to me that since the database is storing the URL, so just redirect
to the same URL with some random variable attached to it.
        www.your.domain gets redirected to www.your.domain?89709234

As for bookmarking, just have the server strip the variable on the way
in and attach a new one. Shouldn't make a difference.