I need to use , instead of space to separate keywords. I need to use , instead of space to separate keywords.
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

I need to use , instead of space to separate keywords.

Started by skywoolf, July 26, 2006, 04:44:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

skywoolf

I want to use Coppermine but I need it to integrate with other databases.  One of the most important uses 8 character codes that sometimes include spaces.  I overcame this wil a simple gallery script by changing the script where it used the "explode" function,  changing the character  between words to be , instead of space. So I then enter keywords like AMG 05AL, KIA 06MA, HOND06AC  etc

This works while only admin can enter keywords but will not be ideal if galleries are made public.

I could use other fields for this code but then could I search using those keywords?

Any suggestions would be very much appreciated. ( I am a beginner with PHP and MySQL)

Nibbler

You can add it as a custom field - you can search on those too.

skywoolf