Lookup Script | Mysql Database (compressed) ~1meg | Mysql Database (uncompressed) ~19megs
here is a simple npa lookup script
it connects to a mysql database and pulls out information based on what a user submits
there are two ways to retreive data in this script
using the get method you can plug in information into a form and hit submit
or by visiting the url and plugging in the information directly
ie: lookup.php?npa=XXX&nxx=XXX
this script is handy for almost anything. so have at it.
you can see the code in work here.