This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to understand how PHP and MySQL works - Am I understanding correctly?
12-08-2012, 09:34 PM
Post: #3
 
1. A client connects to the server.
2. The server then processes the PHP which can connect to a database, MySQL for example. A database stores information in tables which are formed of rows and columns, imagine an Excel document.
3. Once the PHP has got the information from the database it will then output text.
4. If the text is in a format the browser understands, HTML for instance it will be rendered.

Websites like facebook use a database to store information about a person which is then accessed by PHP and rendered by a clients browser as HTML.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Colinc - 12-08-2012, 09:34 PM
[] - Astano - 12-08-2012 09:34 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)