Add More Custom Fields via Config - Page 3 Add More Custom Fields via Config - Page 3
 

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

Add More Custom Fields via Config

Started by pslawinski, November 13, 2005, 12:16:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nibbler

Replace $HTTP_POST_VARS with $_POST throughout the mod or enable long arrays in your php configuration (if you can).

Kaeghl

ah excellent, i changed it to the $_POST and it works fine now.

thanks a lot.