click below
click below
Normal Size Small Size show me how
Unit 1 Vocab
Unit 1 Vocab for GW
| Term | Definition |
|---|---|
| PHP | Hypertext preprocessing file |
| Server side scripts | process on the server |
| Client side scripts | process on browser |
| Static web pages | stored on a server do not change unless a programmer edits it |
| dynamic web pages | change according to processed results, interactions with the user, and outputs from a database |
| Rasmus Lerdorf | developed PHP |
| Open Source | anyone can develop or modify |
| Cross platform | doesn’t care if running Macs, Windows, or Linux |
| LAMP compliant | supports Linux, Apache, MySQL, Perl industry-dominant web platforms |
| A Code declaration block | a section on a Web page interpreted by the scripting engine |
| delimiter | a character or sequence of characters used to mark the beginning and end of a code segment |
| statements | The individual lines of code that make up a PHP script |
| echo | statements return text |
| listeral string | text enclosed either single or double quotation marks |
| Comments | Describe what lines or sections of code do |