Software Listing of Author : "Phpdeveloper.org"
- A Beginning Forms Tutorial
- License: Shareware
- Price:


Ever wondered how you can use a form to log someone in, or get information from the user and drop it into a database? This is a good example of how to get all of the info from those elusive cells. It also shows you how to make sure that they don't leave a field blank.
- Publisher: phpdeveloper.org
- Date Released: 23-04-2011
- Download
- Platform: PHP, Scripts
- A Simple Sessions Tutorial
- License: Shareware
- Price:


This is a short tutorial on how to use the sessions (in PHP4) with a user, form-based login. This would be useful for just about any site where you had a "members only" area and wanted to validate the users from a database or anything else. The examples used authorize off of a MySQL database on the same server.
- Publisher: phpdeveloper.org
- Date Released: 13-04-2011
- Download
- Platform: PHP, Scripts
- Doing Simple DB Abstraction in PHP
- License: Shareware
- Price:


This tutorial explains the need for database abstraction in PHP, and shows how to create your own database API that can be to used with different types of databases. The tutorial uses a PHP PostgreSQL API as an example.
- Publisher: phpdeveloper.org
- Date Released: 20-05-2011
- Download
- Platform: PHP, Scripts
- E-Cards with PHP & MySQL
- License: Shareware
- Price:


This quick tutorial describes how to create an e-card system in PHP backended by a MySQL database.
- Publisher: phpdeveloper.org
- Date Released: 09-03-2011
- Download
- Platform: PHP, Scripts
- Flash & PHP: A Text Search
- License: Shareware
- Price:


This tutorial show how to combine PHP and Flash into one seamless package and create search engine of sorts that will look through a text file and return the results of that search to the Flash movie.
- Publisher: phpdeveloper.org
- Date Released: 27-01-2011
- Download
- Platform: PHP, Scripts
- Introduction to Control Structures
- License: Shareware
- Price:


Control structures are some of the coolest things in PHP. They take a lot of the work off of your shoulders and place the burden on the language itself. They are especially useful for making sites where you need to make a page do something over and over again. A simple looping statement, when used correctly, can pull all of that information for you and do it over and over again, thus making a large page like that a breeze. This article explains how to use these control structures and what each should be used for.
- Publisher: phpdeveloper.org
- Date Released: 07-06-2011
- Download
- Platform: PHP, Scripts
- Page Titles by Folder Names
- License: Shareware
- Price:


This is a useful little script for changing the title of multiple pages based on the folder name. This comes in handy if you have several pages with the same title within one folder.
- Publisher: phpdeveloper.org
- Date Released: 09-08-2011
- Download
- Platform: PHP, Scripts
- Passing Variables with Forms
- License: Shareware
- Price:


This short tutorial will show you how to pass a variable through 2 pages. It can be used, for instance, to verify information from a form submission.
- Publisher: phpdeveloper.org
- Date Released: 16-08-2011
- Download
- Platform: PHP, Scripts
- PHPDeveloper.org
- License: Shareware
- Price:


PHPDeveloper.org is a new site to provide you with resources and support on PHP technology. It currently offers several tutorials, scripts, and a message board.
- Publisher: phpdeveloper.org
- Date Released: 17-03-2011
- Download
- Platform: PHP, Scripts
- Random Image with a Database
- License: Shareware
- Price:


This tutorial will show you a sample of how to generate a random number and how to use that number to get a random item from a list. This example uses a MySQL database to store the image names and URLs.
- Publisher: phpdeveloper.org
- Date Released: 16-04-2011
- Download
- Platform: PHP, Scripts
- Simple File Parsing (Weather example)
- License: Shareware
- Price:


This tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text file from http://weather.noaa.gov.
- Publisher: phpdeveloper.org
- Date Released: 25-06-2011
- Download
- Platform: PHP, Scripts
- The Mail() Function
- License: Shareware
- Price:


The purpose of this little tutorial is to tell you all about a spiffy little function. The mail() function is extremely useful when you want to provide that little extra something to your website's users. This tutorial will show you a general overview of the function and how you can use it effectively.
- Publisher: phpdeveloper.org
- Date Released: 14-08-2011
- Download
- Platform: PHP, Scripts
- User Authentication from a MySQL database
- License: Shareware
- Price:


Here is a step-by-step tutorial on how to create a user authentication system using PHP/MySQL. It takes you through creating an appropriate MySQL table, and a sample PHP login form script.
- Publisher: phpdeveloper.org
- Date Released: 09-05-2011
- Download
- Platform: PHP, Scripts