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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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