WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : What does "PHP" stand for?
Categories : Miscellaneous, PHP
Boaz Yahav
Date : Jan 23rd 2001
Grade : 4 of 5 (graded 4 times)
Viewed : 4944
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Boaz Yahav
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

I saw this asked so many times so i guess it's time there is a place to link too :)

Here is the answer from the one that started it all (Rasmus Lerdorf
[rasmus@php.net]) :


"The first thing I put out was a collection of cgi scripts collectively known as the
Personal Home Page Tools. These were tools I was using on my own home page to track
hits on my resume, do custom logging to mSQL and other things.

I had another tool that wasn't really part of the package that I used to process
form data. Because I am a lazy sod, I kept the filename short. It was just "fi" in
my cgi-bin directory. I sat down and completely rewrote the parser behind the PHP
Tools and at that point it became very obvious that the little FI tool needed to be
an integral part of the package. That's where the whole concept of bringing form
variables directly in and making them available to all the different tools came
from. When talking to people I described it as PHP/FI a couple of times
as a bit of a joke (because it looked like TCP/IP) and it just stuck. I couldn't
think of a better name and people were starting to use it, so I just left it.

When the development team grew and the next rewrite hit (PHP 3) it was decided to
drop the rather awkward /FI part and just make it PHP, but since even at this time
it had grown to be significantly more than a set of tools for personal home pages,
that meaning was also dropped. A name vote ensued and all the proposed names
sucked, so this PHP: Hypertext Preprocessor name was deemed to suck the least. So
that's where we are.

As far as I am concerned PHP is just PHP. It doesn't stand for anything."

-Rasmus

Other associations for PHP :

* People Hate Perl
* Professional Hypertext Preprocessor
* PHP Hypertext Preprocessor



icq status checker online offline disabled unknown
Categories : PHP, Miscellaneous
This is a simple PHP3 script to send an instant msg to the webmaster (only for Windows NT).
Categories : PHP, Misc, Miscellaneous
Query2Report : Generating Html, Pdf and Csv Reports from SQL Query
Categories : PHP, PHP, HTML, PDF, Excel
Invision Forums Latest Threads list
Categories : PHP, Miscellaneous, Databases, MySQL
How to display any array in several rows and columns of a table. Not just in one column or in alternate rows. This example shows a nice color table generated with PHP, but can be used with any array values(e.g. Database)
Categories : Arrays, PHP, Miscellaneous, Beginner Guides, Graphics
Accepts a database & hostname from a user and then HTTP username and password. Uses this to connect to a MySQL database. Produces a form based on the tables it finds there to allow the user to do SELECTs, INSERTs, and DELETEs.
Categories : Databases, PHP, MySQL, Complete Programs
A PHP function to encrypt and decrypt a number or string or a combination of the two.
Categories : PHP, Encryption, Security
Using $PHP_AUTH_USER and $PHP_AUTH_PW to authenticate.
Categories : Authentication, PHP
file class , uploade file , download file already uploaded on another website
Categories : PHP, PHP Classes, Filesystem, Web Services
Authorize.net AIM Interface Class v1.0.0
Categories : PHP, PHP Classes, Ecommerce, Payment Gateways
Cut your MySQL Connections to 1 line of code
Categories : PHP, Beginner Guides, Databases, MySQL
A simple class with some HTML output functions that would come in handy for consistent page layout etc.
Categories : PHP, PHP Classes, HTML and PHP, HTML, Navigation
recode -- Recode a string according to a recode request
Categories : PHP, PHP Functions, Recode
a function that builds an HTML select list from any mysql table.
Categories : PHP, MySQL, HTML and PHP
Math operations on big numbers
Categories : PHP, Math.