PHP SubcategoriesBeginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays | |
On the Security of PHP, Part 2 |
| PHP | Views: 1 | |
| We conclude our look at securing PHP code with some advice on programming guidelines, user-input filtering, and configuration settings. Upon finishing this lesson, you should be alert to the major liabilities of working with PHP |
On the Security of PHP, Part 1 |
| PHP | Views: 0 | |
| Despite the fact that the language is designed with security in mind, a familiarity with its more dangerous aspects and conformance to common secure programming guidelines is essential to minimizing the possibility of security compromises. The aim of thi.. |
Object Oriented PHP: Paging Result Sets |
| PHP | Views: 1 | |
| Find yourself writing the same code again and again? Try Object Oriented Programming! Kev creates a reusable component to split MySQL results into pages |
Mini Shopping Basket with only PHP4 Sessions |
| PHP | Views: 2 | |
| If you haven't done your own shopping basket with PHP yet, you should be able to build one after reading this article. Even if you have a basket already, some of the tips I provide here could help you improve your system |
Learning PHP: The What's and the Why's |
| PHP | Views: 2 | |
| Tired of being limited by client-side Web development? Liz Fulghum begins a series of articles to teach you PHP. In this first article in the series, learn what PHP is and why you'd want to use it |
Learning PHP: Storing Basic Information |
| PHP | Views: 0 | |
| Basic information is stored using variables and data types. In this continuing tutorial, the focus is on teaching you the basic structure of PHP and how it handles variables and data types |
Learning PHP: Installing and Configuring |
| PHP | Views: 0 | |
| Before you can begin programming with PHP, you must first install and configure it on your system. In this second article of the Learning PHP series, Liz Fulghum teaches you how |
Introduction to Socket Programming with PHP |
| PHP | Views: 3 | |
| Are you one of those sorry souls who has desperately tried to learn network programming in C, but never had the stamina to tame the wild beast? I was for a long time until I finally decided that I had to learn it -- not only for my own satisfaction, but .. |
Introduction to Functions: Part 2 |
| PHP | Views: 0 | |
| John Coggeshall tackles some of the more difficult topics dealing with functions, including variable scope, static variables, and return values |
Installing PHP under BadBlue Web Server |
| PHP | Views: 0 | |
| Your production machine might have PHP installed on an Apache server in a Linux environment, but most of the people (like me) will develop and test their code on a Windows machine before they move their work on to the production machine.
Working on this |
Installing PHP on a Windows System |
| PHP | Views: 0 | |
| Darrell Brogdon explains the steps required to install PHP on a Windows system |
How to store binary files in a MySQL database. |
| PHP | Views: 0 | |
| This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database |
How to Install and Configure PHP4 and the Zend Optimizer on Windows |
| PHP | Views: 0 | |
| There's been tremendous interest in the PHP articles on thesitewizard.com, and one question that I seem to be getting more often these days is whether the procedure for installing PHP4 is similar to that which I outlined in my article on how to install a.. |
How do I make a PHP page? |
| PHP | Views: 0 | |
| Making a PHP enabled web page is as easy as opening a new file in your favorite HTML or text editor. The editor can be as simple as Notepad or as complex as HomeSite. The choice is yours |
Getting started with php and InterBase |
| PHP | Views: 0 | |
| In this article, I will talk a little about installing and using InterBase with php4. It includes: some words about Interbase, getting and installing InterBase, compiling and configuring php with InterBase support, creating an example database, and some .. |
Getting Flashy With PHP |
| PHP | Views: 2 | |
| Looking to add animation to your website? W. J. Gilmore shows you how to add dynamic Flash animations to your website using PHP |
Generating pronounceable passwords |
| PHP | Views: 0 | |
| Just today someone asked in the PHPBuilder discussion boards if there was a way to generate random but pronounceable passwords. I guess something like the ubiquitous passwords you find in each of the AOL CD-ROMs that litter our mailboxes |
Functions in PHP |
| PHP | Views: 1 | |
| Copying the same code you need to every location you need it in is neither practical nor efficient. In the latest installment for learning PHP, you learn how to build functions as well as how to use the built-in functions provided |
Email Forms in PHP |
| PHP | Views: 1 | |
| Itching to get started with PHP? Recent convert Dan Ball shows you the basics of PHP scripting by way of a simple Email submission form |
Effortless (or Better!) Bug Detection with PHP Assertions |
| PHP | Views: 1 | |
| PHP has had assertions since version 4.0, so why hasn't this time-saving tool attracted more attention? Webb aims to correct this travesty by explaining what assertions are and how to put them to work spotting bugs in your code that you might otherwise m.. |
|