We want to set-up a basic site like this: https://www.wantaddigest.com/aplace/form120.asp But with some differences: 1st. We want to do it in php instead of asp 2nd. There won't be a registration component - users will just select an ad catagory (predifined), enter in an ad description and have the ability to inculde a photo by browsing their desktop. If you create a mock account at this site and then on the secnd page click Free Ad you'll come to a third page - that's what our site will look like, but not with the billing info at the top, because all ads are free. 4th After they have place their ad we want to then prompt them to place another ad or leave the site. That's it and all ads are free. * Key thing is that when we log into the backend to export the data, we want to be able to export the data as a standard ascii file. What's the best script to achieve this? Thanks in advance, JB