1
General Discussion / Re: Users accesing only info about their location
Scenario
i am creating an application which is going to be integrated with an SMS connection via an SMPP v3.4. users send an SMS to a given number (shortcode) and this number is validated using a luhn algorithm. Apart from sending SMS's the system has a field on the dashboard for entering these code.
here are my questions
1) how do i integrate a custom code, and functions as well as libraries ? see example of code below
2) how to i create an SMPP connection to phpRAd
3) I was able to to filter by location but the record counts that i put on the dashboards where not filtering according to the location
4) the export to excel function does not seem to work. it returns an error message that the file format and extension don't match
i have attached a sample code of the luhn algorithm that was used for validation of the codes entered into the system.
please help!!!!