School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 307,000 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,966 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
SimpleXML in PHP Tutorials (Last Comment: Valek, Views: 1,950)
Code Snippets
Submitted: December 4, 2008        Views: 411
Checks files to ensure the md5 and/or SHA1 hash(es) match those the file is supposed to have.
Submitted: March 21, 2009        Views: 2545
This snippet is actually 3 in 1. Below are 3 functions, one each for MySQL, MySQLi, and SQLite, that are designed to collect the column names out of a table of your choosing. Inspired by this thread: http://www.dreamincode.net/forums/index.php?showtopic=94210
Submitted: December 13, 2008        Views: 782
Gathers all links from a given site and returns them in an array. Credit to Xioshin for the idea.