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.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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