PDA

View Full Version : Need urgent help!



EvilEmpire
11-24-2007, 07:18 AM
So I got this supergood domain, i put up a VERY easy website 2 days ago.
Yesterday I got 100 dollar in commission. Think i will end up with about 50 today.

So here is the deal, I need some script that allows me to put in data in MySQL very EASILY.

Like

1. Continents (africa, europe etc etc)

2. Under each continent, I need to put up all countries

3. Under each country, I need to put up all cities

So
Domain.com/europe/france/paris


And on each step;
domain.com/europe
domain.com/europe/france
domain.com/europe/france/paris
needs info, so I want to be able to put content on each step on each continent, country and city.

How do I do this easily?
Once I got the data, I want to make normal .HTML pages or PHP but i prefer html...

PS! Website is not a english one..
________
Buy glass bongs (http://glassbongs.org/)

Todd W
11-24-2007, 10:42 AM
You could use Wordpress to do that.

EvilEmpire
11-24-2007, 11:11 AM
You could use Wordpress to do that.

But it would take a lot of work to modify wordpress, right?
________
Elenys live (http://camslivesexy.com/cam/Elenys)

Todd W
11-24-2007, 12:01 PM
I was assuming you were going to make actual pages for the data too.. If you ONLY want to insert the records then you are right WordPress is not for you.

But, to answer your question wordpress is super easy to modify... again I was thinking you were wanting to make actual pages for all those entries.

EvilEmpire
11-24-2007, 07:55 PM
I was assuming you were going to make actual pages for the data too.. If you ONLY want to insert the records then you are right WordPress is not for you.

But, to answer your question wordpress is super easy to modify... again I was thinking you were wanting to make actual pages for all those entries.


Ofcourse I want to make pages of it.
But I cant see how I can do it with wordpress?
________
buy property in Pattaya (http://pattayaluxurycondos.com)

Chris
11-25-2007, 07:44 AM
The quickest way I think would be to find a database/dump of somesort that already lists all cities/countries (you could use a modified ODP regional dump maybe to do this). Then input them.

As for a speedy insertion script, nothing beats coding it yourself to exactly fit your needs.