98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » Dreamweaver
Dreamweaver
Resolved · Medium Priority · Version CS3
Geraldine has attended:
Dreamweaver Introduction (2 days) course
Dreamweaver
how easy is it to link to an external database
RE: Dreamweaver
Hi Geraldine
It can be very difficult, this is something that we could possibly advise on in a consultancy capacity, it is beyond the scope of what we can answer within the forum because it is a question of a technical nature.
We can supply a quote for this if you contact our enquiries team: https://www.stl-training.co.uk/contact/index.php
regards
Best Team
RE: Dreamweaver
Geraldine.
You'd need to know a bit of back-end code such as PHP, ASP or PERL (examples only - there are many more).
Web hosting companies generally give you one or more MySQL databases or similar. From there, you can follow the instructions to connect via the back-end code of your choice.
Dreamweaver may also be able to help you - check the Help files.
Another consideration is a CMS. There are many pre-built Content Management Systems, and your hosting provider may even be able to supply one to you in your package. Or you could try downloading and installing a free one on your server.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Xhtml vs htmlWhen using dreamwear template or just creating a blank webpage, you are able to select the markup language you want to use. The main choices are either xhtml or html. It is now best to select xhtml as this will translate all the html into xml, so it is transmitted across the web in xml format. One of the main advantages of this is that it makes the site that you build much more compatible with the range of different web browsers that exist. |