ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Database and web site?



Hi ppl,
Iam thinkig about creating a website and linking it with a database. I have never done this before and was wondering if ny one1 could give me an clue as what I need. For example i've not much idea of ASP, PHP etc. I've used Access before but I'm not usre if that can be used to link to a server side web site.

If any one can shed some light in beginners terms, that would be great!

-TS
 
Thanks for the link Daz. So am I right in thinking that MySQL is the database software...rather liek Access and SQL is the scripting language that will be placed in the webpage to access the database on MySQL?
 
Yea.
That book does it in a 3 layer approach:

Includes - actual database and PHP functions
PHP Pages - These call functions in the includes, put the results into variables and uses the correct template to display the data.
Templates - The actual HTML which is displayed.
 


Top