Hi guys, need to change the state and country functions with my own since the CC functions don't have state/province for other countries, how can i do that? I always get the error messages below when i tried to fill-out the add_contact.php with the state and country changed to my own functions. Notice: Undefined index: state_name in C:\wamp\www\cc_class.php on line 517 Call Stack # Time Memory Function Location 1 0.0007 797320 {main}( ) ..\subscribe.php:0 2 1.4506 1455760 CC_Contact->createContactXML( ) ..\subscribe.php:179 ( ! ) Notice: Undefined index: country_code in C:\wamp\www\cc_class.php on line 518 Call Stack # Time Memory Function Location 1 0.0007 797320 {main}( ) ..\subscribe.php:0 2 1.4506 1455760 CC_Contact->createContactXML( ) ..\subscribe.php:179 ( ! ) Notice: Undefined index: zip_code in C:\wamp\www\cc_class.php on line 519 Call Stack # Time Memory Function Location 1 0.0007 797320 {main}( ) ..\subscribe.php:0 2 1.4506 1455760 CC_Contact->createContactXML( ) ..\subscribe.php:179 please help
... View more