Classified ads script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
insane
Forum Newbie
Posts: 5
Joined: Wed Mar 24, 2004 3:56 am

Classified ads script

Post by insane »

I'm looking for a classified adds system that connects to a MySql database. I found a couple of those kind of systems that needs to be paid for. Are there some that is totally free and is a person allowed to change the code ect?

Does any one know where I could find something like this?

Thanx
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

what should the script do?
load ads from database?
insane
Forum Newbie
Posts: 5
Joined: Wed Mar 24, 2004 3:56 am

Post by insane »

I should be able to post ads(including pics) using an admin section. Its basicly a full-on classified add section that I'm looking for
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

just build a MySQL back-end with PHP dynamically generating the content with its looping functionality

here might have what you require
you wrote: Are there some that is totally free and is a person allowed to change the code ect?
well if i didnt want my 'source code' being ripped apart and used by other people i would'nt release it on-line, they're all freely useable..........
Post Reply