Posts Tagged ‘xhtml’

PHP tutorial 19 – CREATING A TABLE

PHP Tutorials: Time Since Post (Part 1)

Show you how to display the time since a specific post was made. You can apply this to comment systems, blogs, forums…the list goes on! Code available at phpacademy.info Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

PHP tutorial 14 – $_POST

PHP tutorial 13 here:www.youtube.com

PHP tutorial 14 – $_POST

PHP tutorial 13 here:www.youtube.com

PHP tutorial 1 – Getting started

Welcome to your first PHP tutorial.

PHP Tutorials: Browser Identification

Identify the user’s browser and display it to them. Obviously the versatility is up to you, depending on how many browsers you wish to be able to identify.

Basic PHP My Admin Tutorial

Visit our site at th3techies.com Very Basic php database programming using phpmyadmin

WordPress Theme Tutorial: Part 2 – Homepage and Functions

In HD! Post your thoughts on the quality. This part of the tutorial shows you how to build the homepage for your website, while introducing several important WordPress core functions in the process. See codex.wordpress.org for more info. Files Used in Lesson (as of Part 3): andrewanimation.biz (Note: The index.php does NOT change in Part 3, so you are safe to use this .zip as a guide.)

PHP Tutorials: Language Chooser

Allow users to choose between various language translations you have to offer, and have your web content quickly translated to their chosen language. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

PHP Tutorials: Pagination (Part 2)

Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Paginating results from a MySQL database. This is a (almost) simple method of showing paginated results effectively.