Personal tools

PHP

Using PHP to export content to Adobe Acrobat forms
When you need to export content to a printable form, nothing beats an Adobe PDF document. If you already have the PDF created, simply add some fields to it using Adobe Acrobat and read on below. more »
Website Templates - Creating a Template-based site in PHP
Creating a template for you site that is consistent for each page not only saves you time, but also helps search engines identify which part of your site is the actual content of the page. more »
Search Engine Friendly URLs
When search engine optimization is high on your list, you want to avoid using the query string to pass information to pages. A more human- and search engine-readable method involves using the url path to pass information. more »
Resizing an Image with PHP
 
Send Mail in PHP
Using the PHP Mail function is the simplest method to send email through PHP. more »
Parsing XML with PHP
 
Create PDF files with PHP
 
AJAX and PHP
 
Accessing the Google API with PHP