PHP Programming
Latest Contributing Articles
|
|
PHP Shortcuts
Consolidating time and space with these functions and tips can really help promote a project and make an online task a success.
|
|
|
PHP Variables
Variables maintain values and state across functions and the PHP program itself. This article explores
variables from simple to the complex PHP variable variable.
|
|
|
PHP Session Variables
Using session variables in PHP allow the programmer to persist
data across multiple webpage calls within the same browser 'session'.
|
|
|
PHP Cookies
Cookies are powerful helpers in providing a much richer and faster website experience. This article examines every major cookie method along with a short explanation.
|
|
|
Build a Blog or CMS with PHP
First steps PHP programming tutorial using PHP with MySQL to create a simple blogging platform or content management system.
|
|
|
PHP SimpleXML Blogger Syndication
Web 2.0 Mashup How-To using PHP and SimpleXML to syndicate a Blogger Blog using server side web programming and simple HTTP REST requests, through the Google Blogger API.
|
|
|
Beginning PHP Programming
Answering the question: What is PHP and PHP Programming? A beginner's tutorial-style PHP introduction article, targeted at command line, GUI and web developers.
|
|
|
PHP Programming with HTML Docs
A tutorial article showing how to use PHP in HTML documents, as would be used in a content management system. Details the separation of the logic from presentation.
|
|
|
Introducing CMS with PHP and MySQL
An introduction to building dynamic content web sites using the CMS paradigm, implemented with PHP and using MySQL as the database platform.
|
|