Jump to content

XML Driven Classified Ad Database/Listing?


itsinmyhead

Recommended Posts

I work for a local newspaper, and our biggest feature is our classified ads.  We use Filemaker to input all of the ads into our system, and they are able to be exported as an HTML table.  I'm looking for a way to turn this data into a classified ad database viewable online, preferably searchable.

 

I've looked around and a bunch of PHP, MySQL and XML variants on classified ad setups.  All of them seem to require the ads to be input one by one, though, which would take a huge amount of time.  I'm looking for a way that I can take our classified data in an XML file and call all of the information from that.

 

I'm looking to be able to sort by category, as well as to search (which isn't necessary immediately, but would be nice at some point).

 

As I said, I have spent some time looking around, but I haven't found anything that really fits what I'm looking for.

 

I'm not advanced in any sort of PHP or MySQL - though I am quick to learn.  As such, I'm not really sure what type of scripting would be best, and I also have no preference.

 

Any help that you may have would be monumental.

 

Thanks!

Link to comment
Share on other sites

well SQL databases and php are capable of handling quite big load of data..

 

granted I don't know the full situation but if I were to attempt such a think I would load everything up into the SQL database.

 

and use php for searches and listings

 

I have a webapp right now that uses php and sql to compeletly build an entire scheduling system.

I would consider this a small-med webapp and it already handles about 10-25 querys per task.

thats quite a bit of information

 

hell a better example is this very forum.. if this forum can handle this many ppl plus posting and retrieving all these posts.. i'm sure it can hanlde a few classified ads

 

Matter of fact I used to work at a newspaper relatively big one.. and we used a php webapplication for the entire website.. to post stories and ads and what not..

 

that site generated about 700k hits month

 

 

ps to make things easier you could build a small app to fill your database for you.

 

and use the XML files to pull the info in and submit to the database.

essentially using php to read the XML and distrubute its values across query's to be submitted to the database.

Link to comment
Share on other sites

Thanks for the quick reply!  Like I said, I'm pretty much new to using PHP and whatnot.  Could you give me a good starting point for accomplishing what I'm looking for?

 

I've looked around at tutorials & sites on beginning PHP, but I'd also like a couple of more specific resources.  I'm just having a hard time finding too much - I feel like I'm looking for a very particular thing, and I'm not sure what other general ideas may help explain/teach to me what I need.

 

Thanks so much!

Link to comment
Share on other sites

Just giving this a bump to see if anyone has any further advice.  We use FileMaker Pro here to input our classifieds, and it apparently has some SQL interaction available.

 

Again, I'm not too sure what can be done with it.  I've been reading up on SQL databases and things of that nature, but I'm still not sure where I should begin, or even how to.  As I stated, I'm new to this area of things, so any help on where I should start would be great.

 

Thanks for the help!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.