'PHP Code' Category

October 15th, 2007

Build an image slideshow with PHP & JavaScript

There are numerous scripts out there that use PHP to scan the contents of a particular directory, and create a "gallery" of sorts from all of the images in the folder. There are also JavaScripts out there that allow you to rotate between images in a gallery without refreshing the page - thus creating a […]

September 23rd, 2007

How to parse a CSV file with PHP

It's a very common feature request in any web application to be able to upload data in a CSV file rather than having to manually enter every single item. In that case, you need to build in some intelligence to be able to parse the data from the CSV file.

September 13th, 2007

How to convert text to speech with PHP

I think it would be pretty darn cool to build a speech recognition website. I mean, I'm not sure that it's all that useful though. However, I guess it is useful in cases like where your visitors can't read your CAPTCHA block, so they click "read text". Anyhow, if you want to do either of […]

August 31st, 2007

PHP Web Hosting

If you're looking for cheap PHP web hosting with a reliable provider, then this is exactly this information you need! I've written many popular tutorials on hosting and PHP web programming, so it only stands to reason that I know a thing or two about how to actually host PHP web applications ;).
I've been through […]

August 20th, 2007

Convert RGB colors to Hex

Most web developers are quite comfortable using CSS to stylize their websites. But oftentimes they will design (or have designed) a template in Photoshop before creating the HTML template. Sometimes it can be a real headache to convert the RGB colors to the proper hexadecimal values for use in CSS.

Next Page »