The Flash and PHP Bible has been released! The book can be found on Amazon or wherever fine books are sold in your area.
The Flash and PHP Bible has a forum for quick support.
| Tutorial | Category | Date/Author |
|---|---|---|
| Building a Smarter Random Image Loader How to build a smarter image loader that only shows an image once. |
php | 03/12/2009 08:10 am By: mkeefe |
| Code Highlighting using GeSHi Learn how to add code highlighting using GeSHi. A PHP script that is use... |
php | 02/02/2009 11:00 pm By: mkeefe |
| Using PHP to add Gravatar support to your web sites Learn how to add Gravatar (global avatar) support to your web sites. |
php | 11/03/2008 09:29 pm By: mkeefe |
| Latest Twitter Update With PHP An alternative way to using Twitter's JavaScript and Flash approaches. |
php | 11/03/2008 08:09 am By: RyanBarr |
| Debugging your PHP Code [Bite-size 1] Finding errors in your code by enabling PHP error reporting. |
php | 10/30/2008 05:48 am By: mkeefe |
| Viewing All Files in a Directory Learn how to create a simple script to view the contents of a directory. |
php | 05/23/2008 02:04 am By: jhecht |
| Simple Pagination Using PHP Learn how to add pagination to your PHP projects. |
php | 05/23/2008 01:18 am By: jhecht |
| Break to New Line Change a break into a new line. |
php | 08/17/2006 05:23 pm By: mkeefe |
| Get File Extension Get a file extension, very useful for a file uploader. |
php | 08/11/2006 04:52 am By: mkeefe |
| Shorten String for Preview Shorten a string and add '...' to it. Used to display a preview of conte... |
php | 08/11/2006 04:30 am By: mkeefe |
| Pad Number With Zeros Pad a number with zeros. Shows you how to achieve that using a function ... |
php | 08/11/2006 04:08 am By: mkeefe |
| Highlight PHP Code Highlight your PHP code making it easier to read. |
php | 08/11/2006 01:19 am By: mkeefe |
| Refresh Page Automatically Redirect the page automatically using PHP. Very useful when Javascript m... |
php | 07/19/2006 03:04 pm By: mkeefe |
| Tag Cloud with Database A continuation of the Tag Cloud tutorial using a database instead of a s... |
php | 07/08/2006 05:53 am By: mkeefe |
| Fetch MySQL Row Fetch (retrieve) a specific MySQL row and display it in a simple table. |
php | 05/25/2006 06:31 pm By: mkeefe |
| Simple Banner Rotator PHP powered banner rotator using the power of flat files (txt files). |
php | 05/15/2006 06:00 am By: mkeefe |
| Tag Cloud Build one of those popular tag clouds as found on sites such as: "Flickr... |
php | 04/12/2006 05:12 am By: mkeefe |
| Simple Way to Validate Links Validate url's before you accept them in your scripts. |
php | 03/31/2006 03:51 am By: mkeefe |
| Custom Error Handler How to create a custom error handler in PHP |
php | 01/17/2006 05:55 pm By: Anonymous |
| Remove OBJECT code using PHP Using PHP to remove OBJECT code and replace it. This article uses preg_r... |
php | 12/19/2005 11:39 pm By: mkeefe |
| Printing a MySQL table to a dynamic HTML table with PHP Have you every wanted to print out all the data in a MySQL table to a c... |
php | 12/03/2005 07:36 am By: Syntax-Error |
| Open and Write to File A simple script used to open a file and write to it. |
php | 09/05/2005 06:23 am By: mkeefe |
| Search and Replace a Loaded File A simple to use script for loading a file, search and replacing words, a... |
php | 09/05/2005 05:17 am By: mkeefe |
| Random Image Loader Display a random image via PHP |
php | 08/01/2005 09:35 pm By: mkeefe |
| Basic Emailer with PHP Basic PHP emailer with example form. Makes use of default mail functions... |
php | 08/01/2005 04:06 pm By: mkeefe |
| Error Reporting In PHP Ever want to hide errors on a PHP page or just show really critical ones... |
php | 06/14/2005 08:45 pm By: mkeefe |
| Grab Subdomain From Url Use this block of code to grab the subdomain from the URL. You can then ... |
php | 05/06/2005 05:10 am By: mkeefe |
| PHP Date Function Here is the PHP date() function. It is used to grab all sorts of info re... |
php | 05/05/2005 06:25 am By: mkeefe |
| Show Users IP Here is a simple tutorial to display the visitors IP. You can also captu... |
php | 05/05/2005 06:02 am By: mkeefe |
| Split String Per Character Use this function to split a string per character. The function takes th... |
php | 05/05/2005 04:47 am By: mkeefe |
| Last Modified Info This tutorial will show you how to display the date/time that the file w... |
php | 02/12/2005 08:47 pm By: mkeefe |
| Display W3C Tip Ever want to display the tips from the W3C page? Well now you can! |
php | 01/28/2005 07:57 pm By: mkeefe |
| Backup Database In this tutorial you will learn how to create a backup script for your d... |
php | 01/16/2005 02:14 am By: mkeefe |
| PHP Include Here is a code snippet to include a file in your php page. |
php | 12/22/2004 05:01 am By: mkeefe |
| Table Generator In this tutorial I will show you how you can make a pretty cool html tab... |
php | 12/05/2004 06:37 am By: Albert Gouws |
| Query Strings The following article is an explantion on query strings |
php | 11/17/2004 02:04 am By: mkeefe |
| Text On Image Learn how to display text on an image using the GD Library in PHP. |
php | 11/12/2004 06:02 am By: mkeefe |
| Stock Quotes This tutorial will show you a neat way to get stock data from Yahoo Fina... |
php | 11/09/2004 01:52 am By: mkeefe |
| Alternating Row Color Learn how to make an "alternating row color" script. |
php | 11/02/2004 08:06 pm By: mkeefe |
| Predefined Variables From PHP.net, since they already explained it so well. |
php | 11/02/2004 08:42 am By: mkeefe |
| Visitor Counter How to write a visitor counter in PHP. |
php | 11/02/2004 08:32 am By: mkeefe |
| Search Engine This tutorial will teach you how to write a simple PHP/MySQL Search Engine. |
php | 11/01/2004 11:05 pm By: mkeefe |
| Style Switcher How to write a script that will allow you to easily load another stylesh... |
php | 11/01/2004 08:01 pm By: mkeefe |
| DB Connection The following tutorial will teach you how to connect to a database using... |
php | 10/31/2004 12:00 am By: mkeefe |
| PHP Navigation How to code and understand a more secure navigation script. I am sure yo... |
php | 10/29/2004 12:00 am By: mkeefe |
| Displaying 45 Articles. |
©2004 - 2010 scriptplayground | Privacy Policy | Legal
Validate Site: XHTML CSS | Designed by: Matthew Keefe of mkeefeDESIGN