Log in

View Full Version : Odd request (Verizon availability checker)



dnlpllck
02-02-2010, 03:42 AM
Hello,
I'm not sure if this may be the right place to make such a request, but I didn't think the other categories were any more appropriate.

I'm in need of a script (or at least an indication as to how I could build such a script) that would basically take a customer's information and use Verizon's service availability checker to see if Verizon provides service there. The script could be used per individual customers or with a database of customer information (although the second part shouldn't be too hard to figure out).

Thank you for any help.

Edit: https://www22.verizon.com/foryourhome/goflow/NationalBundles/BundleQualify.aspx for an example of what I'm referring to.

Nile
02-02-2010, 03:46 AM
Mind providing me a link to the verizon service availability checker?

dnlpllck
02-02-2010, 03:54 AM
Sorry, should've included that on the original post:

https://www22.verizon.com/foryourhome/goflow/NationalBundles/BundleQualify.aspx

Nile
02-02-2010, 03:57 AM
Hmm... You could try posting ajax to the page...

dnlpllck
02-02-2010, 04:01 AM
I thought about doing something like that, I just wanted to find a 'prettier' solution.

I guess I'll try that. Thank you =].

Nile
02-02-2010, 04:28 AM
I guess you could try cURL... But I don't think it gets much prettier. :)