Personal tools

PHP

Page 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.
Page 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.
Page 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.
Page Resizing an Image with PHP
 
Page Send Mail in PHP
Using the PHP Mail function is the simplest method to send email through PHP.
Page Parsing XML with PHP
 
Page Create PDF files with PHP
 
Page AJAX and PHP
 
Page Accessing the Google API with PHP