PHP and MySQL are related to each other? -


in way php , mysql related each other ?

i learnt sql , never learnt php. see web tools written in php used perform mysql operations , read interacting mysql makes php far more interesting tool. when these 2 used together, or recommended use them ?

php programming language that's used server-side web programming. mysql relational database.

the reasons see them used follows:

  1. both free , open-source
  2. both available on web hosts (even shared hosting providers)
  3. php used create dynamic web pages, while mysql used store , access data in more convenient manner flat files (see "why databases better flat files"). play complementary roles on server

used together, can create interesting, dynamic web sites (wikipedia), applications (facebook), , frameworks (wordpress).


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -