Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/26/2014 in all areas

  1. Php ignores the html, but apache does not. Think of it like this: 1. User requests page 2. Apache finds the file requested 3. Apache feeds that file to php. 4. Php runs all php code in the file and replaces it (in memory, the file isn't actually modified) with whatever that code outputs. 5. Processed file is given back to apache (data now contains all HTML, since the php was run). 6. Apache sends to user.
    1 point
×
×
  • Create New...