The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Proximity / zip code search - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Proximity / zip code search (/showthread.php?tid=3871)



Proximity / zip code search - vasitellapahki - 2012-11-16

Problem:
need to make a search for sales rep by zip code, ie customer submits hers/his zip code and in return they get the nearest sales rep information...

How to make this? I think there's mysql installed, but obviously would rather do without mysql because GS does not need mysql database.
And I'd rather do website with GS because it is such a wonderful CMS. Smile


RE: Proximity / zip code search - shawn_a - 2012-11-16

http://lmgtfy.com/?q=programming+zip+code


RE: Proximity / zip code search - vasitellapahki - 2012-11-16

Anyone?


RE: Proximity / zip code search - shawn_a - 2012-11-17

Did you even bother researching it at all ?

http://developer.yahoo.com/geo/placefinder
http://ipinfodb.com/zipcode_database.php
https://developers.google.com/maps/documentation/geocoding/?hl=it-IT

google is your friend.

This forums is for specific questions about GS, this is a general programming question.