Tutorials by jordan82

You can find here all the 27 tutorials by jordan82. The author's home page URL is http://www.codecall.net.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | Next| Last
SimpleXML is an extension to PHP added in version 5 that turns an XML document into an object making it easy for you to iterate through. The extension solves many of the complexities surrounding XML parsing with PHP prior to version five.
December 3, 2009 Today Views: 1 Total Views: 223
SQL provides a lot of functions for manipulating dates in a database. You can store values in a date field or a datetime field. If you store the dates as unix_timestamps you can get a lot more flexibility with dates. In fact, this is usually what is done when you are using PHP with the database.
September 16, 2009 Today Views: 1 Total Views: 214
A tutorial on how to store images in XML files, for transfer and extraction.
September 14, 2009 Today Views: 3 Total Views: 291
A tutorial on how to store images in XML files, for transfer and extraction.
September 14, 2009 Today Views: 1 Total Views: 240

PHP and Sorting

Author: jordan82  Rating:
A tutorial on how to accomplish array sorting with PHP. PHP provides a large variety of functions for sorting arrays.
September 11, 2009 Today Views: 2 Total Views: 217
A Guide to creating a clock in/out system in PHP using MySQL
September 11, 2009 Today Views: 2 Total Views: 219
When you want to get results from a database you issue a select query. With this query you can limit the results based on certain criteria, sort it, and subsort it. You can do a lot with this including selecting data from multiple tables.
September 9, 2009 Today Views: 1 Total Views: 219
Just like how programming languages have functions built-in to allow you to do common tasks easily. So does SQL. A lot of these functions are mathematical. Some of them are more useful than others.
September 8, 2009 Today Views: 1 Total Views: 197
SQL provides a large amount of functions for string manipulations. Learn how to convert and use SQL Functions.
September 8, 2009 Today Views: 1 Total Views: 192
Introduction to PHP-GTK signals. Signals are notifications fired by the user or internal coding.
July 10, 2009 Today Views: 1 Total Views: 301
Pages:1 | 2 | 3 | Next| Last