|
One of the reasons it probably isn't working is that you are creating a brand new file, but there is no PHP that defines what the $tag variable actually is. At some point in your file, you'll need to get $tag's value from the database or a GET or POST value.
|