Forum Moderators: phranque

Message Too Old, No Replies

mySQL & Dreamweaver - Primer

Any good resources on good mySQL & Dreamweaver development strategies?

         

Bob_Brewski

6:20 pm on Nov 12, 2003 (gmt 0)

10+ Year Member



I have a site that I want to develop into a dynamic comparison shopping type platform and I was wondering if there are any good resources out there for getting started using mySQL databases with Dreamweaver...

The site I have uses Control Panel on the back end... What is the best strategy to take for this?

the_nerd

7:11 pm on Nov 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



when using databases - in the end you will wind up coding with notepad or something very similar.

shasan

7:25 pm on Nov 17, 2003 (gmt 0)

10+ Year Member




when using databases - in the end you will wind up coding with notepad or something very similar.

I doubt it. There is nothing you can do in Dreamweaver that can be done better in Notepad. see this thread:

[webmasterworld.com...]

I use Dreamweaver MX and swear by it. I use it for PHP/MySQL coding and it's GREAT. It's a great way to see how your page is laid out, while having a 'just code' view handy. I really like the split screen.

<added>
Sorry, missed the point of the original post:

htt*://www.devshed.com is a great resource.

</added>

jatar_k

8:41 pm on Nov 17, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



try these threads
Commonly Used MySQL Commands [webmasterworld.com] - msg 9
Basics of extracting data from MySQL [webmasterworld.com]
Developing MySQL search query [webmasterworld.com]

should help get you started with some basics of mysql and of course www.mysql.com

Bob_Brewski

11:50 pm on Nov 17, 2003 (gmt 0)

10+ Year Member



Thanks alot! These are some great resources.. :)