Solved! Go to Solution.
Hey Coldpoison,
What is it you are trying to achieve? are you wanting to amend the tables in the database? I know phpmyadmin and MySQL so can probably help you out, Dreamweaver really isn't the right program to be using unless you know what you are doing with SQL and then using phpmyadmin to import it to your DB.
i'm not having problems with the website design side of things, but just the phpmyadmin, with the pre made scripts, what does that do? sorry for this im a complete newbie lol
No worries, I get the impression that you have designed a site but now need to build the backend from scratch e.g. the database, using a premade script is basically the other way round. All of the hard work in the form of creating the database and then creating the connections etc. has already been done for you. All that you would need to do is then change the template that comes with the script to the design that suits you.
So for example PHPBB3 (A forum board script) starts off looking like this: http://demo.forum-software.org/phpbb3/
With a bit of playing around it can look like this: http://osc.template-help.com/livedemo2/forum_19520/ for example.
You would need to spend some time looking at the code of the template (unless using design view in DW) but it's a much easier way of trying to achieve what you want to do.