![]() |
|
Tag Management - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Tag Management (/thread-7558.html) Pages:
1
2
|
Tag Management - Sabyre - 2010-09-02 OK, cool... So I can do...
and....
Tag Management - acrylian - 2010-09-02
I think it might be better to use Tag Management - kagutsuchi - 2010-09-02 Good point; I didn't think of that. Whether it's faster to use Tag Management - sbillard - 2010-09-02 Also you might wish to have code that will deal with user input strings that might wish to include commas in their tag. (Or you could just tell them that is not allowed.) Tag Management - acrylian - 2010-09-02 I think normally tags are used as "keywords" and rarely include a comma. Of course a more rarely used Tag Management - Sabyre - 2010-09-02
Would it be better to use
Tag Management - sbillard - 2010-09-02 You probalby need to review your PHP syntax. http://www.php.net/manual/en/control-structures.foreach.php Tag Management - acrylian - 2010-09-03 Also I get a little the impression that you should learn a few more php basics before proceeding. This forum is of course not for learning these... Tag Management - Sabyre - 2010-09-09 Understood, I know enough php/mysql to get me in trouble and I have enough tenacity to get what I want. I work at something and learn as I go until it has the desired effect. I created this on my own and it works fabulously: ` Tag Management - Sabyre - 2010-09-09 oops, for my purposes i will need to write something that checks if the folder exists.... Tag Management - Sabyre - 2010-09-09 Got it... added: else { Tag Management - kagutsuchi - 2010-09-10 Two notes: The code you posted is not secure. You really should be sanitizing anything that comes through I see a lot of |