Unrecognized tag ? Please Fix.
Sep 8, 2001, 9:53 AM
Veteran / Moderator (18436 posts)
Sep 8, 2001, 9:53 AM
Post #2 of 11
Views: 3742
Where? When how? Is it the one in the emails? If so, it has already been reported
Andy
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Andy
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Sep 8, 2001, 1:29 PM
Veteran (1311 posts)
Sep 8, 2001, 1:29 PM
Post #4 of 11
Views: 3729
Reenee might mean the one in the forum. Probably because they parse things like [laugh] when markup is on, anything in the [] gets validated and if its not an actual thing, it gets unrecognized tag. It mostly affects things like $values[$db_something], but turning markup off can stop the unrecognized tag thing.
Lavon Russell
LookHard Mods
lavon@lh.links247.net
Lavon Russell
LookHard Mods
lavon@lh.links247.net
Sep 8, 2001, 1:38 PM
Veteran (19537 posts)
Sep 8, 2001, 1:38 PM
Post #5 of 11
Views: 3735
Jason should just add some checks so that if the contents of the square bracket begins with $ or a digit then it doesn't get parsed as unknown. Pretty much all perl code using [] either begin with $ or a digit.
Eg..... $values[$var] or $array[1]
(especially related to Links2 etc...)
That way you cam leave markup on.
Eg..... $values[$var] or $array[1]
(especially related to Links2 etc...)
That way you cam leave markup on.
Sep 8, 2001, 11:33 PM
User (411 posts)
Sep 8, 2001, 11:33 PM
Post #11 of 11
Views: 3689
Testing Testing
This post using Markup
if ($in{'id'}){
($in{$id} eq $values[$db_id]) or next LINE;
}
if ($in{'age'}){
($in{age} eq $values[$db_age]) or next LINE;
}
if ($in{'sex'}){
($in{$sex} eq $values[$db_sex]) or next LINE;
}
if ($in{'state'}){
($in{state} eq $values[$db_state]) or next LINE;
}
Yes it is, Thanks jagerman, paul, bmxer

This post using Markup
if ($in{'id'}){
($in{$id} eq $values[$db_id]) or next LINE;
}
if ($in{'age'}){
($in{age} eq $values[$db_age]) or next LINE;
}
if ($in{'sex'}){
($in{$sex} eq $values[$db_sex]) or next LINE;
}
if ($in{'state'}){
($in{state} eq $values[$db_state]) or next LINE;
}
Yes it is, Thanks jagerman, paul, bmxer