Click to See Complete Forum and Search --> : search engine/login pages


flawlesstwins
12-15-2006, 06:59 AM
Hi,

I am a beginner in web design and i just need some basic info on how to get started with search engines. If i am using dreamweaver how would i start a website. For example if i am coding my words with html and flash, do i have to also link everything somewhere else like in access and then code it in something else? Where does access and sql come to play with this. Is there some type of step by step book i can get to help me understand better. I guess i am confused as to once i have this info stored somewhere how to make the search engine with dreamweaver, would it be actionscript?

chazzy
12-15-2006, 07:03 AM
in general, all database interaction is done via a server side language. some examples include c#, java, php, asp, vb.net, python, perl.

you can write code for those in anything you want. some get compiled, some are interpretted.