Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: I need a database guru, have questions

[bsa_pro_ad_space id=2]
#700551
Anonymous
Inactive

Run a query similar to:

SELECT
`name`,
`address`
FROM
`mydatabasetable`
where phonenumber like “3%”

PS – if you need some code (like php), then just respond with the database structure and I’ll whip something up