TutorialsRecent Tweets
- Oh dear. We're going to see "The Situation" on dancing with the stars... - posted on 30/08/2010 20:53:12
- Green Apple Martini's are YUM! - posted on 29/06/2010 21:19:14
- It's 81 here and I feel a little chilly... - posted on 29/06/2010 18:02:18
- @elliothaughin Awesome work! Excited to see the completed project. Is this on CI? - posted on 28/06/2010 22:47:31
- Yay! Finally got smtp working on my server! - posted on 28/06/2010 22:43:53
Recent Poll
Loading ...Stalker’s Corner
- 2 Users Online
-
Category Archives: PHP Tutorials
Creating Tag Links from a Comma Delimited String
In this code snippet you will learn how to create tag links in PHP. Many websites or let’s say Web 2.0 sites use a lot of so called “tags” to create a relevant search based on keywords. I find the … Read More
Posted in PHP Tutorials, Tutorials
1 Comment
Recursive Functions in PHP to Manage Single MySql Hierarchy Table
The recursive function is a necessary tool when it comes to creating very deep levels of categories and pages. These functions in fact are one of the best solutions in order to manage deep levels of relationships that are also … Read More
Posted in MySql Tutorials, PHP Tutorials, Tutorials
2 Comments
MySql City, State, Zip, Latitude, Longitude Database
Just recently I needed a mysql database table that contained records for city, state, zip, latitude, and longitude coordinates. I needed a complete list of locations since one of my projects involved an ajax location auto populating script. While browsing … Read More
Posted in MySql Tutorials, PHP Tutorials, Tutorials
1 Comment
Zend Framework Form Input Submit Value Display
Today I was creating a new login form within the Zend framework. I had ran into a bit of trouble with the display text (value attribute) for the submit element when it came to invoking the Zend_Form_Element_Submit() method within my … Read More
Posted in PHP Tutorials, Tutorials, Zend Framework Tutorials
1 Comment