Not Sure....BUT...!!!

tcw

New Member
I am trying to figure out what type of programming skills are needed to do Develop a Web site that can

1. Capture sales Leads (mortgage leads, insurance, etc)
2. Round up and distribute leads (paid subscribers).

An Example Site would be

www.quotehounds.com

I can write the PHP and get the data...but not sure how i could "efficiently" distribute the data.

Anyone know what type of programs or programming language that would be needed to do this?
 
Last edited:

arminium

New Member
exporting data

Im guessing your talking about like sales leads etc

data like

Name | address | lead source | etc | email | phone | etc

I'm thinking the simplest way would be to email , either including in bmessage body or attaching a csv file, thats easy enuf to produce dynamically and then they can import to just about anything
 

tcw

New Member
thanks bro,

Yeah...i got that part down.

I've got the forms page working so that ALL info is emailed to me with all the field names, etc.

The question is...what kind of programming is "NEEDED" to "heard" that data and send it to specific end users of that data.

In other words, i would like to develop a site, WHEN setup, will alllow me to send the "trapped" data to a specific end users. The end users will probably want to "filter" certain fields as well.

Anyone know the answer to this?





Im guessing your talking about ike sales leads etc

data like

Name | address | lead source | etc | email | phone | etc

I'm thinking the simplest way would be to email , either including in bmessage body or attaching a csv file, thats easy enuf to produce dynamically and then they can import to just about anything
 
Last edited:

arminium

New Member
i would be collecting the details in a database at your website and managing it from there, its quite simple and the people that buy the data, you send them directly from your website, you can manage payments and everything online

i know a large lead distributor and recieving them as email as they do employs 3 people fuill time to sort and manage the data manually in spread sheets, which i think is crazy, but thats the way they do it, and they turn over thousands a week
 
Top