10-14-2010, 07:04 AM
I would like to use <if gid> statements in .php files and i know its not possible and we can only use if(cond) { }
This is the code in .php file
This is the code in .php file
Code:
|
I want to hide <a href="/forum/online.php?action=today" target="_blank"> for certain gids, and i tried to use <if gid> as we see other tags are also the same mostly like <td class="">
But its showing error. Any help pls?