PHP is a Hypertext Preprocessor. This essentially means that PHP dynamically writes web pages for you. So it can query a database and print a report from it, or change CSS and such based on specific criteria.
Related Articles
*NEW
CSS and HTML 5 – Sticky Position
By setting the Position Attribute to “Sticky” it will allow the element to stay at the same location as you scroll through an HTML page. stickyStyle.css sticky.html
PHP Programming (NEW)
PHP – Naming Array Keys
Naming Keys in Arrays makes it easier to verify you are interacting with the appropriate data in an array.
PHP Programming (NEW)
PHP – Set and Read Cookies – setcookie()
Cookies allow you to set variables that are persistent between multiple visits to a website.
Be the first to comment