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

Join 306,876 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,685 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
Export MySQL to XML in PHP Tutorials (Last Comment: akozlik, Views: 8,004)
VERY Simple Contact Form in PHP Tutorials (Last Comment: akozlik, Views: 3,023)
Basic Login Script with PHP in PHP Tutorials (Last Comment: akozlik, Views: 11,928)
Introduction to Hashing in PHP Tutorials (Last Comment: akozlik, Views: 2,330)
Regular Expressions, Part 2 in PHP Tutorials (Last Comment: akozlik, Views: 2,332)
Mixing PHP and Javascript in PHP Tutorials (Last Comment: akozlik, Views: 3,065)
Importing Excel data into MySQL in PHP Tutorials (Last Comment: akozlik, Views: 4,182)
Uploading Images with PHP in PHP Tutorials (Last Comment: akozlik, Views: 4,028)
Importing Oracle Dump File in Database Tutorials (Last Comment: akozlik, Views: 14,183)
Code Snippets
Submitted: August 5, 2008        Views: 1403
This snippet will parse your DIC blog for use on your website. I currently have it set up to only pull the title of each blog post, as well as the first 10 words of each post. You could then link from the blurb to the actual post on DIC. I'm sure this could be adapted to whatever rss feed you are using.
Submitted: June 7, 2008        Views: 317
A class I wrote that allows you to resize an uploaded image and then move it to a directory. The image is resized to keep the proportions correct.
Submitted: October 1, 2008        Views: 652
This is simply the reciprocal of the other function I wrote that strips all but numbers. This one strips all but alpha characters.
Submitted: October 1, 2008        Views: 880
This is a function that removes all non numeric characters from a string