So…
I am after something pretty specific, so I will do my ideal to explain the idea.
I am after a databases system, available to be able to users of my personal website. I have to have a list of places with a page, then and therefore click one these, and for it and therefore bring up some sort of page with much more info about that spot. However, the person who’ll be doing this may not be particularly computer well written. So I’m after software – something kinda like cutenews you might say. I want to own a script where he is able to type in the name from the place, then increase a desription, then this program generate it instantly. Err, think that is certainly it…
Any one any ideas
Or maybe no-one got the clue what Im on about
Many thanks guys: classic:
Rob Lewis
That was (in my viewpoint anyway) totally ambiguous!
Please examplify.
sounds like about to catch looking for any database, per se, but a smaller content managemet procedure..
You want somebody and therefore add records right into a database table by having a webpage that will include the name, description and several other information involving different places. Then have the ability to retrive that info to dynamicly produce a page that list/link to your page with detailed specifics of that place.
‘m i right
Absolutely glyakk! Thankyou for clearing up it (much greater than I could! )
Nonetheless, there is already a website in place, so I don’t want a completely content managed web page, just for this bit, and preferably that may keep in the style which i have done points…
Thanks for any help, if anyone has any longer ideas, go on right ahead!
That basic idea can be pretty easy, however the difficult part are going to be setting up a web site based editor with regard to data that’s witout a doubt in there.
Is this information that could be changing at all times, or pretty significantly static If it’s static, you could possibly be best off just simply making an Stand out spreadsheet of this and handing it off with a programmer. As with the database, here’s a new starter schema:
SET UP TABLE location ( name int NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL, criteria text NULL KEY KEY (id) ); SET UP TABLE location_detail ( name int NOT NULL AUTO_INCREMENT, location_id int NOT NULL REFERENCES location(id), details varchar(255) NOT NULL, KEY KEY (id) );
It may very well be simpler or more complex subject to your needs. Coudl you give more detail about what kind of information you’re about to store about most of these locations
Thanks for any help guys.
Ideally I’m after something very similar to Cutenews, where you just simply type in what you would like it to say plus it dynamically creates that. I guess with a certain amount of effort it may be adapted for this particular purpose, though I have no idea of how easy it might be.
Fundamentally, the information are going to be something like, tackle, telephone number and a short description.
Many thanks.
Rob Lewis.